mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
feat: use libsodium for all cryptography
This commit is contained in:
@@ -17,10 +17,4 @@ export default class Storage {
|
||||
remove(key) {
|
||||
return this.storage.remove(key);
|
||||
}
|
||||
encrypt(password, data) {
|
||||
return this.storage.encrypt(password, data);
|
||||
}
|
||||
decrypt(password, cipher) {
|
||||
return this.storage.decrypt(password, cipher);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user