Releases: VirgilSecurity/virgil-e3kit-js
Releases · VirgilSecurity/virgil-e3kit-js
v0.4.1
- 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
v0.3.9
v0.3.8
v0.3.7
Python SDK compatibility
- Upgraded virgil-sdk to 5.2.2 version, which fix python-sdk compatibility issue
React Native Support v0.3.5
- Added React Native support, see https://github.com/VirgilSecurity/virgil-e3kit-js#react-native-usage
Preview Release - v0.3.0
- 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
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
v0.1.0 fix removing from keyknox