Skip to content
tglima edited this page Aug 14, 2022 · 1 revision

What is DartCrytoConsole?

Console application that allows you to encrypt and decrypt texts in a simple way.

Where to download?

Currently the application is only available for Windows(64 bits) and Linux(64 bits). Click on the link below corresponding to your option:

How to use?

An example encrypt text

dart_crypto_console -t "Efraim" -o e

An example decrypt text

dart_crypto_console -t "Dcz7NXQ6VF8=" -o d

An example encrypt text with personal key

dart_crypto_console -t "leaoJuda" -o e -k "Pr30:5CaPaDeusCoPura"

An example decrypt text with personal key

dart_crypto_console -t "JmYLptNNWj87Ws4JgAELaA==" -o d -k "Pr30:5CaPaDeusCoPura"

Information for developers

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.