Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
features.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_config_linux.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_config_linux.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_keyring.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_keyring.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_keyring_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_kwallet.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_kwallet.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_kwallet_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_libsecret.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_libsecret.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_libsecret_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_linux.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_linux.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_linux_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_util_linux.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_util_linux.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
key_storage_util_linux_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
keychain_password_mac.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
keychain_password_mac.mm 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
keychain_password_mac_unittest.mm 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
keyring_util_linux.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
keyring_util_linux.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
kwallet_dbus.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
kwallet_dbus.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
kwallet_dbus_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
libsecret_util_linux.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
libsecret_util_linux.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_linux.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_linux_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_mac.mm 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_mocker.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_mocker.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_mocker_linux.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_mocker_linux.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_posix.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_switches.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_switches.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
os_crypt_win.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README

OSCrypt gives access to simple encryption and decryption of strings.

On systems where available (currently Linux and Mac), this uses system
services to perform the encryption/decryption.