Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 543 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 543 Bytes

pasteme-wasm

A set of functions built in golang, used on paste.me live!

The wasm binary was created as a replacement for the crypto functions provided by javascript.

The binary provides functions for text encryption, file encryption, also the decryption of these texts and files.

Alongside now the binary supports generating a password hash using bcrypt with a default cost. This feature is used on paste.me to provide the password protected pastes in a correct manner, securely.

This is included as part of the frontend functionality!