KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Go to file
Felix Geyer 38e421d9c1 Fix padding handling in SymmetricCipherStream.
The implementation had two issues:
- It didn't add a block full of padding when the input size was a multiple
  of the block size.
- It didn't strip the padding when reading data.
2012-05-08 21:46:01 +02:00
cmake Rewrite Gcrypt cmake module. 2011-11-12 12:00:49 +01:00
share Add icons used by KMessageWidget. 2012-05-03 00:15:31 +02:00
src Fix padding handling in SymmetricCipherStream. 2012-05-08 21:46:01 +02:00
tests Fix padding handling in SymmetricCipherStream. 2012-05-08 21:46:01 +02:00
utils kdbx-extract: Print error message when opening the database failed. 2012-04-22 22:33:41 +02:00
.gitignore Initial import. 2010-08-07 15:10:44 +02:00
CMakeLists.txt Bump version to 2.0 alpha 1. 2012-05-02 23:06:37 +02:00
COPYING Add icons used by KMessageWidget. 2012-05-03 00:15:31 +02:00
INSTALL Document CMAKE_BUILD_TYPE parameter. 2012-04-25 20:22:44 +02:00
LICENSE.BSD Add crypto classes and tests. Link to libgcrypt. 2010-09-11 19:49:30 +02:00
LICENSE.GPL-2 Add "LICENSE" prefix to license filenames. 2010-08-15 12:33:42 +02:00
LICENSE.GPL-3 Add "LICENSE" prefix to license filenames. 2010-08-15 12:33:42 +02:00
LICENSE.LGPL Add support for gzip compressed databases. 2010-09-23 22:27:59 +02:00
LICENSE.NOKIA-LGPL-EXCEPTION Add support for gzip compressed databases. 2010-09-23 22:27:59 +02:00