hivecrypt

A small JavaScript module for Hive memo encryption and decryption

MIT License

Downloads
22
Stars
5
Committers
1
hivecrypt - Hivecrypt v2.0.6 Latest Release

Published by techcoderx about 2 years ago

Fixes breaking changes from bs58 v5.0.0.

hivecrypt - Hivecrypt v2.0.5

Published by techcoderx about 2 years ago

Broken, please use v2.0.6 instead

Dependency updates only.

hivecrypt - Hivecrypt v2.0.4

Published by techcoderx over 2 years ago

Dependency updates only

hivecrypt - Hivecrypt v2.0.3

Published by techcoderx almost 3 years ago

Whoops

hivecrypt - Hivecrypt v2.0.2

Published by techcoderx over 3 years ago

Delete some useless functions

hivecrypt - Hivecrypt v2.0.1

Published by techcoderx over 3 years ago

Hivecrypt is finally fully compatible with hive-js.

hivecrypt - Hivecrypt v1.1.3

Published by techcoderx over 3 years ago

Added conversion of public key buffer to WIF-encoded representation and made crypto.PublicKey and crypto.PrivateKey classes publicly accessible through hivecrypt.

hivecrypt - Hivecrypt v1.1.2

Published by techcoderx almost 4 years ago

Added random WIF-encoded private key generator method hivecrypt.randomWif().

hivecrypt - Hivecrypt v1

Published by techcoderx almost 4 years ago

Initial release. Contains hivecrypt.encode and hivecrypt.decode methods for memo encryption and decryption.