nextcloud/lib/private/security
Robin McCorkell da4127d23b Introduce CredentialsManager for storage of credentials in DB
CredentialsManager performs a simple role, of storing and retrieving
encrypted credentials from the database. Credentials are stored by user
ID (which may be null) and credentials identifier. Credentials
themselves may be of any type that can be JSON encoded.

The rationale behind this is to avoid further (mis)use of
oc_preferences, which was being used for all manner of data not related
to user preferences.
2016-01-18 11:10:41 +01:00
..
certificate.php Happy new year! 2016-01-12 15:02:18 +01:00
certificatemanager.php Merge pull request #21653 from owncloud/update-license-headers-2016 2016-01-13 08:29:42 +01:00
credentialsmanager.php Introduce CredentialsManager for storage of credentials in DB 2016-01-18 11:10:41 +01:00
crypto.php Happy new year! 2016-01-12 15:02:18 +01:00
hasher.php Happy new year! 2016-01-12 15:02:18 +01:00
securerandom.php Fix usage of PHP method within namespace 2016-01-14 09:24:21 +01:00
trusteddomainhelper.php Happy new year! 2016-01-12 15:02:18 +01:00