Harpo :lock:

GitHub CI

A Dart package for numeric encryption/decryption and binary & hexadecimal encryption/decryption! :lock:

About :books:

Harpo is a small library to numerically decrypt/encrypt letters, words, and phrases!

Installation :inbox_tray:

Adding to your project

To add Harpo to your project's dependencies, add this to your project's pubspec.yml:

From GitHub

dependencies:
  ...
  harpo:
    git: git://github.com/iamtheblackunicorn/harpo.git

From Pub.dev

dependencies:
  ...
  harpo: ^2.2.0

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 :hammer:

Importing

Import all functions like this:

import 'package:harpo/harpo.dart';

Note :scroll:

  • Harpo :lock: by Alexander Abraham :black_heart: a.k.a. "The Black Unicorn" :unicorn:
  • Licensed under the MIT license.

Libraries

harpo