summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/encryption.rst
AgeCommit message (Collapse)AuthorFilesLines
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev1-1/+1
Spelling fixes in comment blocks and docs
2016-07-28Remove dead code written for PHP 5.2Andrey Andreev1-1/+1
2015-08-15[ci skip] Fix a doc typoAndrey Andreev1-1/+1
2015-08-14[ci skip] Encryption doc fixAndrey Andreev1-1/+1
Close #4051
2015-03-25Fixed user guide internal & external links to resolve problems reported by ↵Master Yoda1-1/+1
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-03-11[ci skip] Add a note about password storage in CI_Encryption docsAndrey Andreev1-0/+5
I saw at least 2 occurrences of encryption instead of hashing being used for password storage during the past week ...
2015-03-08[ci skip] Update CI_Encryption docsAndrey Andreev1-0/+21
Close #3647
2015-02-02[ci skip] Fix #3515Andrey Andreev1-5/+5
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