From 49c87240fe4c12da980b0615a5bb5741638596eb Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 17 Feb 2008 16:46:06 +0000 Subject: typo fix --- user_guide/libraries/encryption.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/encryption.html') diff --git a/user_guide/libraries/encryption.html b/user_guide/libraries/encryption.html index 0ee491d06..8c1766ac9 100644 --- a/user_guide/libraries/encryption.html +++ b/user_guide/libraries/encryption.html @@ -70,7 +70,7 @@ provide a very high degree of security.

A key is a piece of information that controls the cryptographic process and permits an encrypted string to be decoded. In fact, the key you chose will provide the only means to decode data that was encrypted with that key, -so not only must you chose the key carefully, you must never change it if you intend use it for persistent data.

+so not only must you choose the key carefully, you must never change it if you intend use it for persistent data.

It goes without saying that you should guard your key carefully. Should someone gain access to your key, the data will be easily decoded. If your server is not totally under your control -- cgit v1.2.3-24-g4f1b