xeoncross / typecrypt

Typescript public key encryption library using webcrypto (designed for social networks)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeCrypt

Wrapper around the WebCrypto API to provide a tested, instantly usable cryptography package using AES-GCM and ECC for encryption and signing of messages. Designed for client-side encrypting of messages in a social app.

Contributions and ideas are welcome!

Warning: Not Stable

This project is under development; it is not tested, proven safe or secure, or recommended for use.

About

Typescript public key encryption library using webcrypto (designed for social networks)

License:MIT License


Languages

Language:JavaScript 53.5%Language:TypeScript 41.8%Language:HTML 4.6%