Home | History | Annotate | only in /external/chromium_org/components/os_crypt
Up to higher level directory
NameDateSize
BUILD.gn16-Dec-2014778
DEPS16-Dec-201432
ie7_password_win.cc10-Mar-20155.3K
ie7_password_win.h16-Dec-20141.7K
ie7_password_win_unittest.cc16-Dec-20144K
keychain_password_mac.h16-Dec-20141K
keychain_password_mac.mm16-Dec-20143.2K
keychain_password_mac_unittest.mm16-Dec-20143K
os_crypt.h16-Dec-20141.8K
os_crypt_mac.mm16-Dec-20145.2K
os_crypt_posix.cc16-Dec-20144.7K
os_crypt_switches.cc16-Dec-2014411
os_crypt_switches.h16-Dec-2014708
os_crypt_unittest.cc16-Dec-20144.8K
os_crypt_win.cc16-Dec-20141.9K
OWNERS16-Dec-201421
README16-Dec-2014188

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