Home | History | Annotate | only in /external/chromium_org/components/os_crypt
Up to higher level directory
NameDateSize
BUILD.gn05-Aug-2015778
DEPS05-Aug-201532
ie7_password_win.cc05-Aug-20155.3K
ie7_password_win.h05-Aug-20151.7K
ie7_password_win_unittest.cc05-Aug-20154K
keychain_password_mac.h05-Aug-20151K
keychain_password_mac.mm05-Aug-20153.2K
keychain_password_mac_unittest.mm05-Aug-20153K
os_crypt.h05-Aug-20151.8K
os_crypt_mac.mm05-Aug-20155.2K
os_crypt_posix.cc05-Aug-20154.7K
os_crypt_switches.cc05-Aug-2015411
os_crypt_switches.h05-Aug-2015708
os_crypt_unittest.cc05-Aug-20154.8K
os_crypt_win.cc05-Aug-20151.9K
OWNERS05-Aug-201521
README05-Aug-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