Merge lp://staging/~vomun-security/anonplus/security-trunk into lp://staging/anonplus
Proposed by
aj00200
Status: | Merged |
---|---|
Approved by: | aj00200 |
Approved revision: | 182 |
Merged at revision: | 190 |
Proposed branch: | lp://staging/~vomun-security/anonplus/security-trunk |
Merge into: | lp://staging/anonplus |
Diff against target: |
41 lines (+29/-1) 1 file modified
src/libs/encryption/aes.py (+29/-1) |
To merge this branch: | bzr merge lp://staging/~vomun-security/anonplus/security-trunk |
Related bugs: | |
Related blueprints: |
AES Encryption
(Essential)
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
al1ce (community) | security | Approve | |
aj00200 | security | Approve | |
Review via email: mp+87120@code.staging.launchpad.net |
Commit message
Completed the AES code with random padding.
Description of the change
Completed the AES code with random padding.
To post a comment you must log in.
Everything seems to function and the random padding works as expected.