How to use @virgilsecurity/e3kit-native - 1 common examples

To help you get started, we’ve selected a few @virgilsecurity/e3kit-native examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github VirgilSecurity / virgil-e3kit-js / examples / ReactNativeSample / App.js View on Github external
const initializeUser = () => {
    const identity = getRandomString('E3kitReactNativeTestIdenity');
    const getToken = getTokenFactory(identity);
    return EThree.initialize(getToken, { AsyncStorage });
};

@virgilsecurity/e3kit-native

End-to-end encryption with multiple device support powered by Virgil Security

BSD-3-Clause
Latest version published 4 months ago

Package Health Score

57 / 100
Full package analysis

Popular @virgilsecurity/e3kit-native functions

Similar packages