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-05 16:14:11 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
001d0b02bd18ed30cf4623402fcf16f7359590e9
sysPass
/
lib
/
SP
/
Core
/
Crypt
History
nuxsmin
9d42c23873
* [ADD] Unit testing. Work in progress
...
* [MOD] Request handling rewritten to make it testable * [MOD] Code refactoring
2018-07-15 14:05:15 +02:00
..
Cookie.php
* [ADD] Unit testing. Work in progress
2018-07-15 14:05:15 +02:00
Crypt.php
* [FIX] Fixed issue when encrypting data because the encryption library requires a string type argument for the data encrypted. Thanks to @fizard for the feedback.
Closes
#946
2018-05-30 17:09:02 +02:00
CryptPKI.php
* [FIX] Fixed installer
2018-03-14 16:16:22 +01:00
CryptSessionHandler.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
Hash.php
* [ADD] Direct linking available
2018-03-25 13:40:53 +02:00
OldCrypt.php
…
SecureKeyCookie.php
* [ADD] Unit testing. Work in progress
2018-07-15 14:05:15 +02:00
Session.php
…
UUIDCookie.php
* [ADD] Unit testing. Work in progress
2018-07-15 14:05:15 +02:00
Vault.php
* [MOD] Improved repositories behaviour and code refactoring.
2018-06-12 01:36:28 +02:00