summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/encryption.rst
AgeCommit message (Collapse)AuthorFilesLines
2014-12-04DB forge/utilities polishing (docs) following #3375, #3378Andrey Andreev1-0/+1
2014-07-07Fix a few typos and add a backport (compat) for hex2bin()Andrey Andreev1-2/+2
2014-07-02Remove GCM mode from CI_Encryption (OpenSSL)Andrey Andreev1-11/+6
While openssl_get_cipher_methods() lists 'aes-<keysize>-gcm' as supported, it appears that this is only half of the story. To be more specific, only the encryption operation of GCM is performed, and the authentication message is completely missing, rendering the whole thing useles.
2014-06-21Add CI_Encryption::create_key()Andrey Andreev1-5/+10
This was planned, we somehow forgot about it. :)
2014-06-19[ci skip] Leftover from 1e83d69a52a85a4f568bfa086d658556acd48980Andrey Andreev1-2/+0
2014-06-19Remove the custom IV option from CI_EncryptionAndrey Andreev1-1/+0
It serves for no practical purpose and can only do harm.
2014-04-19Doc fix for Encryption libraryKakysha1-2/+2
2014-03-04CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibilityAndrey Andreev1-1/+7
Turns out it's OpenSSL's fault for performing 16 rounds instead of 12 for key sizes of 5-11 bytes. Reference: http://tools.ietf.org/rfc/rfc2144.txt
2014-02-10CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docsAndrey Andreev1-0/+555
2014-02-05Integrate CI_Encryption into the frameworkAndrey Andreev1-164/+0
TODO: Add documentation in user_guide_src/source/libraries/encryption.rst
2012-06-15Fix error in Encryption Class documentation vlakoff1-1/+1
One ANSI character is 8 bits, so 32 characters are not 128 bits but 256 bits.
2011-12-26Removing previously deprecated SHA1 library and removed SHA1 method in the ↵Greg Aker1-15/+0
Encryption Library
2011-10-07Fix Encryption Class User Guidepurwandi1-28/+24
2011-10-05fixed code block spacing in Encryption lib docsDerek Jones1-8/+18
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+173