Releases: jayralencar/sqlite-cipher.js
Releases · jayralencar/sqlite-cipher.js
0.3.5
0.3.4
- Using algorithm and password in pvDecrypt
- Using algorithm and password in pvEncrypt
- Create function to change password and algorithm.
sqlite.change(filePath, oldPassword, newPassword, oldAlgorithm, newAlgorithm);
0.3.3
- Show error if password is invalid - review
0.3.2
- Show error if password is invalid