harpo 2.1.0 copy "harpo: ^2.1.0" to clipboard
harpo: ^2.1.0 copied to clipboard

outdated

A set of functions for numeric encryption and decryption. This is also a practical implementation of my algorithms for encryption and decrpytion.

Harpo 🔒 #

Build Status

A Dart package for numeric encryption/decryption and binary 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:

From GitHub

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

From Pub.dev

dependencies:
  ...
  harpo: ^2.1.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 🔨 #

Importing #

Import all functions like this:

import 'package:harpo/harpo.dart';

Note 📜 #

  • Harpo 🔒 by Alexander Abraham 🖤 a.k.a. "The Black Unicorn" 🦄
  • Licensed under the MIT license.
1
likes
0
pub points
0%
popularity

Publisher

verified publisherblckunicorn.art

A set of functions for numeric encryption and decryption. This is also a practical implementation of my algorithms for encryption and decrpytion.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

pedantic

More

Packages that depend on harpo