Home | History | Annotate | only in /external/chromium_org/components/os_crypt
Up to higher level directory
NameDateSize
BUILD.gn23-Apr-2015778
DEPS23-Apr-201532
ie7_password_win.cc23-Apr-20155.3K
ie7_password_win.h23-Apr-20151.7K
ie7_password_win_unittest.cc23-Apr-20154K
keychain_password_mac.h23-Apr-20151K
keychain_password_mac.mm23-Apr-20153.2K
keychain_password_mac_unittest.mm23-Apr-20153K
os_crypt.h23-Apr-20151.8K
os_crypt_mac.mm23-Apr-20155.2K
os_crypt_posix.cc23-Apr-20154.7K
os_crypt_switches.cc23-Apr-2015411
os_crypt_switches.h23-Apr-2015708
os_crypt_unittest.cc23-Apr-20154.8K
os_crypt_win.cc23-Apr-20151.9K
OWNERS23-Apr-201521
README23-Apr-2015188

README

      1 OSCrypt gives access to simple encryption and decryption of strings.
      2 
      3 On systems where available (currently Linux and Mac), this uses system
      4 services to perform the encryption/decryption.
      5