mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
Revert "feat: use libsodium for all cryptography"
This reverts commit 668fe6fd33.
This commit is contained in:
@@ -17,4 +17,10 @@ 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