Skip to content

moul/go-kryptos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-kryptos

Build Status Coverage Status GoDoc

Encrypt/Decrypt using the awesome Kryptos algorithm

Usage

$ kryptos hello world \!
¨¥®®© ¸©³®¤ !
$ ➜  ~  echo hello world \! | kryptos
¨¥®®© ¸©³®¤ !
$ echo '¨¥®®© ¸©³®¤ !' | kryptos --decrypt
hello world !
$ kryptos --decrypt '¨¥®®© ¸©³®¤ !'
hello world !
$ echo hello world \! | kryptos | kryptos --decrypt
hello world !

API

import "ultre.me/kryptos"
kryptos.Encrypt("Hello world !")
kryptos.Decrypt("¨¥®®© ¸©³®¤ !")

See GoDoc for more examples

Install

go get ultre.me/kryptos/...

Demo

License

MIT

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%