nextcloud/lib/public/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
..
icredentialsmanager.php Introduce CredentialsManager for storage of credentials in DB 2016-01-18 11:10:41 +01:00
icrypto.php Happy new year! 2016-01-12 15:02:18 +01:00
ihasher.php Happy new year! 2016-01-12 15:02:18 +01:00
isecurerandom.php Happy new year! 2016-01-12 15:02:18 +01:00
stringutils.php Happy new year! 2016-01-12 15:02:18 +01:00