caesar_cipher 1.0.1 caesar_cipher: ^1.0.1 copied to clipboard
This is a package to encrypt and decruptare text, which can be a word, phrase, password etc...
caesar_cipher #
This is a package to encrypt and decruptare text, which can be a word, phrase, password etc... The principle of this package is based on the possibility of replacing letter by letter (of the string in question), with another letter of the alphabet, shifted by "n" letters.
This is a link for see example of package: https://github.com/francoforte123/caesar_cipher/blob/main/caesar_cipher.dart