Skip to content

Releases: pastemeofficial/pasteme-wasm

v0.2.1

20 Aug 12:00
a782d83
Compare
Choose a tag to compare

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

31 Dec 18:47
d149ebd
Compare
Choose a tag to compare

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

02 Aug 16:04
83a60ec
Compare
Choose a tag to compare

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.