harpo 2.3.0
harpo: ^2.3.0 copied to clipboard
A Dart package for numeric encryption/decryption and binary & hexadecimal encryption/decryption!
Harpo 🔒 #
A Dart package for numeric encryption/decryption and binary & hexadecimal encryption/decryption! 🔒
About 📚 #
Harpo is a small library to numerically decrypt/encrypt letters, words, and phrases!
Installation 📥 #
Adding to your project #
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
Usage 🔨 #
Importing #
Import all functions like this:
import 'package:harpo/harpo.dart';
APIs #
To inspect the available APIs, read the source code, please. I've split everything by subject so it should be easy to understand.
Note 📜 #
- Harpo 🔒 by Alexander Abraham 🖤 a.k.a. "Angel Dollface" 🎎 🎀
- Licensed under the MIT license.