Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: components/encryptor/README

Issue 12902030: Make Encryptor a component. Used by //chrome and (soon) //components/webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/encryptor/README
diff --git a/components/encryptor/README b/components/encryptor/README
new file mode 100644
index 0000000000000000000000000000000000000000..1b21b08be41ac26b971a297cf788c67e755975b4
--- /dev/null
+++ b/components/encryptor/README
@@ -0,0 +1,4 @@
+Encryptor gives access to simple encryption and decryption of strings.
+
+On systems where available (currently Linux and Mac), this uses system
+facilities to perform the encryption.
Ilya Sherman 2013/03/22 01:34:35 Optional: Perhaps "system facilities" -> "system s
Jói 2013/03/22 10:49:56 Done.

Powered by Google App Engine
This is Rietveld 408576698