0.1.0 • Published 3 years ago

@memoorje/crypto v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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.