0 purchases
caesar cipher
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.