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

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

Harpo 🔒 #

GitHub CI

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.
1
likes
130
pub points
0%
popularity

Publisher

verified publisherblckunicorn.art

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

lints

More

Packages that depend on harpo