Skip to content

pastemeofficial/pasteme-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!