Skip to content

Releases: jayralencar/sqlite-cipher.js

0.3.5

12 May 17:23
Compare
Choose a tag to compare
  • Fixing error in the usage of initializations vector

0.3.4

28 Apr 20:59
Compare
Choose a tag to compare
  • 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

26 Apr 21:44
Compare
Choose a tag to compare
  • Show error if password is invalid - review

0.3.2

23 Apr 15:16
Compare
Choose a tag to compare
  • Show error if password is invalid