UNPKG

@plamikcho/pbcrypto

Version:

Password based AES encrypt/decrypt using web crypto api

7 lines (6 loc) 164 B
import { getPbCrypto } from './crypto'; import { getEncryptedStorage } from './encrypted-storage'; export default { getPbCrypto, getEncryptedStorage, };