Your personal dictionary has been encrypted and is now stored in an encrypted format.

"; break; case "decrypt": // Decrypt the file and save plain text. $words=sqspell_getWords(); // flip the flag. $SQSPELL_CRYPTO=false; sqspell_writeWords($words); $msg="

Your personal dictionary has been decrypted and is now stored as clear text.

"; break; case "": // Wait, this shouldn't happen! :) $msg = "

No action requested.

"; break; } sqspell_makePage("Personal Dictionary Crypto Settings", null, $msg); ?>