A simple string Encryption and Decryption using the Caesar Cipher algorithm.
- Download the files.
- Run
dart encryption_service.dart
to execute the Dart program on console. - Alternatively, run
flutter pub get
to install dependencies andflutter run
to launch the Flutter app.