Releases: pastemeofficial/pasteme-wasm
Releases · pastemeofficial/pasteme-wasm
v0.2.1
No major changes in this release, just some cosmetic ones.
Bump go and pasteme-wasm module version
The wasm module has been recompiled with go 1.19 (resulting wasm file is now smaller)
Updated wasm_exec code to make the html demo work correctly.
Enjoy!
v0.2
New features:
- Password hashing with bcrypt
- Check the hash against a plaintext password and validate if it is valid or not
The new features are released due to the new version of pasteme providing password protected pastes
v0.1a
The first version of the wasm module.
Supporting the encryption/decryption of data with AES GCM.
This can be used to encrypt or decrypt plaintext data or also binary format like files from the js side.