obgnail / ILOVEYOUTOO

ILOVEYOUTOO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

缘起

著名的 2009 年 贴吧爱情故事,此脚本帮你高效约会(笑

iloveyoutoo

使用

func main() {
	rawtext := "ILOVEYOUTOO"
	result := encrypt(rawtext)
	fmt.Println(result) // ....-/.----/----./....-/....-/.----/---../.----/....-/.----/-..../...--/....-/.----/----./..---/-..../..---/..---/...--/--.../....-

	ciphertext := "....-/.----/----./....-/....-/.----/---../.----/....-/.----/-..../...--/....-/.----/----./..---/-..../..---/..---/...--/--.../....-/"
	result_ := decrypt(ciphertext)
	fmt.Println(result_) // ILOVEYOUTOO
}

About

ILOVEYOUTOO


Languages

Language:Go 100.0%