Drive Vault is secure password keeper that use google drive to store credentials. Credentials in file encrypted by AES + PBKDF2(256 bit) it also use you google id as password salt. So for decrypting file hacker must know you master password and have acces to you google account.
- pin code for mobile devices
- copy and create similar
- backward navigation
- db code refactoring
- dropbox integration
- import/export db feature
- search ui improvment
- refactoring
- multiple groups
- complex credentials
- improve mobile experience
- fix google auth
- Now application can work with multiple files
- Side effects action moved to redux saga from redux trunk