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!

example/example.markdown

EXAMPLE FOR HARPO #

Here is the example's pubspec.yml:

name: test
description: A test app for harpo!
version: 1.0.0
homepage: https://github.com/angeldollface/harpo
publish_to: none
environment:
  sdk: '>=2.12.0 <3.0.0'
dependencies:
  harpo:
    git: git://github.com/angeldollface/harpo

Here is the example itself:

/*
HARPO by Alexander Abraham, a.k.a. "Angel Dollface".
Licensed under the MIT license.
*/

import 'package:harpo/harpo.dart';
// You could also just copy and paste any of the functions
// from the docs and use Harpo like this:
void main() {
  String encryptedLetter = encryptLetterBinary(5,'A');
  print(encryptedLetter);
}
// and then run it with "dart myprogram.dart"
1
likes
150
pub points
0%
popularity

Publisher

verified publisherangeldollface.boo

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