Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-16 | spelling fixes | klemens | 1 | -1/+1 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 1 | -1/+1 | |
2015-08-15 | [ci skip] Fix a doc typo | Andrey Andreev | 1 | -1/+1 | |
2015-08-14 | [ci skip] Encryption doc fix | Andrey Andreev | 1 | -1/+1 | |
Close #4051 | |||||
2015-03-25 | Fixed user guide internal & external links to resolve problems reported by ↵ | Master Yoda | 1 | -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 docs | Andrey Andreev | 1 | -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 docs | Andrey Andreev | 1 | -0/+21 | |
Close #3647 | |||||
2015-02-02 | [ci skip] Fix #3515 | Andrey Andreev | 1 | -5/+5 | |
2014-12-04 | DB forge/utilities polishing (docs) following #3375, #3378 | Andrey Andreev | 1 | -0/+1 | |
2014-07-07 | Fix a few typos and add a backport (compat) for hex2bin() | Andrey Andreev | 1 | -2/+2 | |
2014-07-02 | Remove GCM mode from CI_Encryption (OpenSSL) | Andrey Andreev | 1 | -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-21 | Add CI_Encryption::create_key() | Andrey Andreev | 1 | -5/+10 | |
This was planned, we somehow forgot about it. :) | |||||
2014-06-19 | [ci skip] Leftover from 1e83d69a52a85a4f568bfa086d658556acd48980 | Andrey Andreev | 1 | -2/+0 | |
2014-06-19 | Remove the custom IV option from CI_Encryption | Andrey Andreev | 1 | -1/+0 | |
It serves for no practical purpose and can only do harm. | |||||
2014-04-19 | Doc fix for Encryption library | Kakysha | 1 | -2/+2 | |
2014-03-04 | CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility | Andrey Andreev | 1 | -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-10 | CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docs | Andrey Andreev | 1 | -0/+555 | |
2014-02-05 | Integrate CI_Encryption into the framework | Andrey Andreev | 1 | -164/+0 | |
TODO: Add documentation in user_guide_src/source/libraries/encryption.rst | |||||
2012-06-15 | Fix error in Encryption Class documentation | vlakoff | 1 | -1/+1 | |
One ANSI character is 8 bits, so 32 characters are not 128 bits but 256 bits. | |||||
2011-12-26 | Removing previously deprecated SHA1 library and removed SHA1 method in the ↵ | Greg Aker | 1 | -15/+0 | |
Encryption Library | |||||
2011-10-07 | Fix Encryption Class User Guide | purwandi | 1 | -28/+24 | |
2011-10-05 | fixed code block spacing in Encryption lib docs | Derek Jones | 1 | -8/+18 | |
2011-10-05 | replacing the old HTML user guide with a Sphinx-managed user guide | Derek Jones | 1 | -0/+173 | |