A Dart package for numeric encryption/decryption and binary & hexadecimal encryption/decryption! 🔒
Harpo is a small library to numerically decrypt/encrypt letters, words, and phrases!
To add Harpo to your project's dependencies, add this to your project's pubspec.yml
:
dependencies:
...
harpo:
git: git://github.com/angeldollface/harpo.git
The three dots represent anything else that you might have in the dependencies
section.
Having done that, re-fetch your project's dependencies by running this in the project's root directory:
$ dart pub get
Import all functions like this:
import 'package:harpo/harpo.dart';
To inspect the available APIs, read the source code, please. I've split everything by subject so it should be easy to understand.
- Harpo 🔒 by Alexander Abraham 🖤 a.k.a. "Angel Dollface" 🎎 🎀
- Licensed under the MIT license.