Skip to content

post04/Autism-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Autism-Encryption

go get github.com/postrequest69/Autism-Encryption
package main

import(
      "log"
      "os"
      
      "github.com/postrequest69/Autism-Encryption"
)

func main() {
//This is what will be encrypted
var string = "test string"
//This is your string encrypted returned in bytes. To save it in a json or something do string(autismBytes)
autismBytes := autism.AutismEncrypt(string)
//Optional
f, err := os.Create("test.txt")
	if err != nil {
		log.Fatal(err)
		f.Close()
	}
	f.WriteString(string(autismBytes))
	f.Close()
}

Input: test string

Output: 🍁💸💸🧾📪🍀💷💳🍁🍃🍀🍀🧾🍃💵📦💴✏️🧾✏️💵💶🍂💳💸☘️💷💷🍂💷🍀☘️💷🍂💴🍀💴💴📪📦🍃💷🌿🍀💷💸🧾☘️🌿📦🍃📦💴🧾💷💶🍃💶💵🍂📪💶✏️☘️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages