This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
sysPass
Watch
2
Star
0
Fork
0
You've already forked sysPass
mirror of
https://github.com/nuxsmin/sysPass.git
synced
2026-03-08 01:16:56 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5ea930c0bc5fcd805f8a3e8bf0f216668f43776e
sysPass
/
lib
/
SP
/
Services
/
Crypt
History
nuxsmin
1cccd52c85
* [FIX]
Closes
#920
. Fixed wrong behaviour when generating a temporary master password. The encrypted password was not saved. Thanks to @Fizard for the feedback.
...
* [FIX] Fixed issue on unit testing environment.
2018-07-11 01:34:37 +02:00
..
MasterPassService.php
* [ADD] Unit testing. Work in progress
2018-07-04 01:52:13 +02:00
SecureSessionService.php
* [MOD] Improved session encryption by saving the encryption key on the server instead of browser cookie. Note: the encryption key has always been stored using encryption, this MOD only sets where the vault with the key is stored and the algorithm used to get the password for the key.
2018-04-20 02:03:13 +02:00
TemporaryMasterPassService.php
* [FIX]
Closes
#920
. Fixed wrong behaviour when generating a temporary master password. The encrypted password was not saved. Thanks to @Fizard for the feedback.
2018-07-11 01:34:37 +02:00
UpdateMasterPassRequest.php
* [ADD] API module. Work in progress.
2018-03-13 02:01:09 +01:00