Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.71 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.71 KB

DartCryptoConsole

About

DartCrytoConsole is console application that allows you to encrypt and decrypt texts in a simple way.

For downloads and more information visit the Wiki.

Requirements to build desktop version

Active stagehand

pub global activate stagehand

Export path

export PATH="$PATH":"$HOME/.pub-cache/bin"

Compile

dart pub get
dart compile exe bin/main.dart -o bin/dart_crypto_console

Examples

An example encrypt text using file compiled

dart_crypto_console -t "Efraim" -o e

More examples

License

The source code of this application is under MIT License, everything else must be considered registered content of their respective owners and developers.