• Home
  • History
  • Annotate
  • only in /external/chromium_org/components/os_crypt/
NameDateSize

..02-Jul-201536 KiB

BUILD.gn02-Jul-2015778

DEPS02-Jul-201532

ie7_password_win.cc02-Jul-20155.3 KiB

ie7_password_win.h02-Jul-20151.7 KiB

ie7_password_win_unittest.cc02-Jul-20154 KiB

keychain_password_mac.h02-Jul-20151 KiB

keychain_password_mac.mm02-Jul-20153.2 KiB

keychain_password_mac_unittest.mm02-Jul-20153 KiB

os_crypt.h02-Jul-20151.8 KiB

os_crypt_mac.mm02-Jul-20155.2 KiB

os_crypt_posix.cc02-Jul-20154.7 KiB

os_crypt_switches.cc02-Jul-2015411

os_crypt_switches.h02-Jul-2015708

os_crypt_unittest.cc02-Jul-20154.8 KiB

os_crypt_win.cc02-Jul-20151.9 KiB

OWNERS02-Jul-201521

README02-Jul-2015188

README

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