DartCrytoConsole is console application that allows you to encrypt and decrypt texts in a simple way.
For downloads and more information visit the Wiki.
pub global activate stagehand
Export path
export PATH="$PATH":"$HOME/.pub-cache/bin"
dart pub get
dart compile exe bin/main.dart -o bin/dart_crypto_console
An example encrypt text using file compiled
dart_crypto_console -t "Efraim" -o e
The source code of this application is under MIT License, everything else must be considered registered content of their respective owners and developers.