harpo 1.1.3 copy "harpo: ^1.1.3" to clipboard
harpo: ^1.1.3 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.

example/example.md

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/iammdsa/Harpo
environment:
  sdk: '>=2.10.0 <3.0.0'
dependencies:
  harpo:
    git: git://github.com/iammdsa/harpo.git
dev_dependencies:
  harpo:
    git: git://github.com/iammdsa/harpo.git

Here is the example itself:

/*
Harpo by Alexander Abraham
licensed under the MIT license
*/

import 'package:harpo/harpo.dart';
void main() {
    testAll();
}
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

dartdoc, pedantic

More

Packages that depend on harpo