Skip to content

Releases: juhoen/hybrid-crypto-js

Customizable IV vector length

16 Sep 09:28
Compare
Choose a tag to compare
 Merge branch 'master' of github.com:juhoen/hybrid-crypto-js # Please…

… enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.

RSA and AES standards

27 Jul 06:06
Compare
Choose a tag to compare
  • Added support to alternate RSA and AES standards
  • Added support to alternate AES key size

Babel and Flow

06 Sep 08:04
Compare
Choose a tag to compare
  • Implemented Flow and Babel
  • Minor refactoring

Message digests

21 Aug 15:13
Compare
Choose a tag to compare
  • Added ability to select default message digest
  • Changed default message digest from sha1 to sha256

Minor fixes

20 Aug 06:59
Compare
Choose a tag to compare
  • Prettiered codebase
  • Fixed typos
  • Removed React Native key management as unfinished feature

Bug fixes

24 Oct 04:05
021db58
Compare
Choose a tag to compare

Various bug fixes

Fixed conflicting dependencies

09 Feb 14:45
Compare
Choose a tag to compare
v0.1.6

Synced npm package version with git

Entropy

22 Jan 16:25
Compare
Choose a tag to compare

Initialize Crypt or RSA with additional random data to increase entropy 🌚

Node support

18 Dec 17:45
ff4d0c9
Compare
Choose a tag to compare

This update comes with a support for Node.js, React Native and browsers 🎉

Bug fixes and improvements

08 Dec 20:28
Compare
Choose a tag to compare
Pre-release
  • Renamed crypto to crypt
  • Various bug fixes