Skip to content

Releases: VirgilSecurity/virgil-e3kit-js

v0.4.1

21 May 10:51
449e2f1
Compare
Choose a tag to compare
  • Added useSha256Identifiers initialize option to support keys generated with virgil-crypto v2.
  • Added storageName initialize option to support user-defined name for IndexedDB database.
  • Fixed ReactNative support broken by v3.2.3 virgil-crypto module

v0.4.0

20 May 09:13
931835e
Compare
Choose a tag to compare
  • Added encryptFile and decryptFile methods.

v0.3.9

10 May 17:01
13f4d6f
Compare
Choose a tag to compare
  • Fixed public key checking in encrypt method.

v0.3.8

10 May 16:32
4d9161a
Compare
Choose a tag to compare
  • Fixed web worker usage.

v0.3.7

10 May 16:07
c282be0
Compare
Choose a tag to compare
  • Changed method signature of EThree.resetPrivateKeyBackup(pwd?). Now password is optional. But if you using the Virgil Keyknox service directly to save some additional data, you should use password to not delete this data.

Python SDK compatibility

13 Feb 12:19
9cdcb7a
Compare
Choose a tag to compare
  • Upgraded virgil-sdk to 5.2.2 version, which fix python-sdk compatibility issue

React Native Support v0.3.5

10 Jan 13:55
49a5c32
Compare
Choose a tag to compare

Preview Release - v0.3.0

03 Dec 11:59
b99b141
Compare
Choose a tag to compare
  • Removed method EThree.boostrap(pwd)
  • Method EThree.bootstrap() renamed to EThree.register()
  • New method EThree.rotatePrivateKey() - used in case you lost your private key
  • New method EThree.restorePrivateKey(pwd) - used to fetch private key from Virgil Cloud
  • New method EThree.hasLocalPrivateKey() - used to check for private key existence on a device

Preview Release - v0.2.0

21 Nov 14:09
4a0e1bd
Compare
Choose a tag to compare

2018-11-20 0.2.0

  • Rename EThree.init method to EThree.initialize
  • EThree.encrypt method now can accept single public key
  • EThree.decrypt method now accept sender public key instead of array
  • ЕThree.lookupPrivateKeys now can lookup for one identity and return one public key.

Preview Release

24 Oct 16:23
Compare
Choose a tag to compare
Preview Release Pre-release
Pre-release
v0.1.0

fix removing from keyknox