-
Notifications
You must be signed in to change notification settings - Fork 0
Home
tglima edited this page Aug 14, 2022
·
1 revision
Console application that allows you to encrypt and decrypt texts in a simple way.
Currently the application is only available for Windows(64 bits) and Linux(64 bits). Click on the link below corresponding to your option:
dart_crypto_console -t "Efraim" -o e
dart_crypto_console -t "Dcz7NXQ6VF8=" -o d
dart_crypto_console -t "leaoJuda" -o e -k "Pr30:5CaPaDeusCoPura"
dart_crypto_console -t "JmYLptNNWj87Ws4JgAELaA==" -o d -k "Pr30:5CaPaDeusCoPura"
Don't forget to favorite this project and follow me here on Github. The application uses the AES algorithm to encrypt and decrypt the texts. To simplify development, the encrypt package was used. Devs, feel free to send a pull-request with suggestions, improvements and fixes. Found an error, open an issue As mentioned in the Readme.md file the source code of this application is under MIT License, but feel free to fork the project. Invite me later to know your application.