DEV Community

Andrew Milich
Andrew Milich

Posted on

Skiff-crypto: FOSS, MIT cryptography that's easy to use

Hi everyone! We (at Skiff) are soon going to be announcing that we're publicly launching skiff-crypto - our open-source, MIT licensed cryptography library. It includes:

  • Easy keypair generation functions - for encryption and signing
  • Asymmetric encryption utility functions for strings and objects
  • Symmetric encryption functions for object encryption
  • Datagram object versioning functions, for creating, parsing, and versioning encrypted data
  • Other utilities, like cryptographically secure hashing and random number generation

Does anyone have any feedback, suggestions, or ideas? I'm working on a full documentation site but we already have contributing guidelines, licenses, the NPM package, and a Codesandbox set up.

GitHub link here

Top comments (1)

Collapse
 
amilich profile image
Andrew Milich

Feel free to share any suggestions or comments!