@memoorje/crypto
v0.1.0
Published
Encryption container formats based on the Web Cryptography API
Downloads
2
Readme
memoorje crypto
This repository contains implementations of our cryptographic helpers and container formats. Implementations should share a similar interface and must be kept in sync.
HUGE WARNING: This code has not been reviewed yet. If you care about your data DON’T use it.
TypeScript implementation
The TypeScript implementation of memoorje crypto is based on the Web Cryptography API.
Build with: npm run build
.
Test with: npm run test
.
Python implementation
The python implementation of memoorje crypto is based on PyCryptodome.
Test with: tox
.