use password hash instead of the plain password to encrypt the private key
Showing
- apps/encryption/controller/settingscontroller.php 1 addition, 1 deletionapps/encryption/controller/settingscontroller.php
- apps/encryption/hooks/userhooks.php 2 additions, 4 deletionsapps/encryption/hooks/userhooks.php
- apps/encryption/lib/crypto/crypt.php 130 additions, 9 deletionsapps/encryption/lib/crypto/crypt.php
- apps/encryption/lib/keymanager.php 4 additions, 5 deletionsapps/encryption/lib/keymanager.php
- apps/encryption/lib/recovery.php 1 addition, 1 deletionapps/encryption/lib/recovery.php
- apps/encryption/tests/controller/SettingsControllerTest.php 1 addition, 1 deletionapps/encryption/tests/controller/SettingsControllerTest.php
- apps/encryption/tests/hooks/UserHooksTest.php 1 addition, 1 deletionapps/encryption/tests/hooks/UserHooksTest.php
- apps/encryption/tests/lib/KeyManagerTest.php 1 addition, 1 deletionapps/encryption/tests/lib/KeyManagerTest.php
- apps/encryption/tests/lib/RecoveryTest.php 1 addition, 1 deletionapps/encryption/tests/lib/RecoveryTest.php
- apps/encryption/tests/lib/crypto/cryptTest.php 106 additions, 5 deletionsapps/encryption/tests/lib/crypto/cryptTest.php
- apps/encryption/vendor/pbkdf2fallback.php 87 additions, 0 deletionsapps/encryption/vendor/pbkdf2fallback.php
Loading
Please register or sign in to comment