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