aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/buffer.c (unfollow)
Commit message (Collapse)Author
2015-06-17refactoringEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-15handle block parsing errors the standard wayEgor Tensin
2015-06-15error handling refactoring + more docsEgor Tensin
2015-06-11add error codes & messages to the libraryEgor Tensin
2015-06-11refactoringEgor Tensin
2015-06-10bugfixEgor Tensin
Buffer decryption routine used to look at the last byte of the plaintext to determine the padding size. If used with a wrong key, the last byte could be, say, 0xff, which is definitely not the right padding size. Now it checks for proper padding at the end of the plaintext and drops the last block if no valid padding was found.
2015-06-10rename source filesEgor Tensin
2015-06-10refactoringEgor Tensin
2015-06-10add file encryption utils for AES-128-ECBEgor Tensin