8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00
firebird-mirror/examples/dbcrypt
alexpeshkoff d513daa574 Divide IStatus information into 3 parts: errors, warnings and completion code.
Errors and warnings are processed in IStatus independently. Completion code
is moved away from IStatus and returned directly by appropriate functions.
Replaced isSuccess() with more generic function getStatus(), which sets
appropriate bits in returned value when errors/warnings are present.

Also use same style when returning bytes' array and it's length in different
interfaces.
2014-08-27 09:24:30 +00:00
..
CryptApplication.cpp fixed interface usage 2013-09-09 09:14:38 +00:00
CryptKeyHolder.cpp Divide IStatus information into 3 parts: errors, warnings and completion code. 2014-08-27 09:24:30 +00:00
DbCrypt.cpp Divide IStatus information into 3 parts: errors, warnings and completion code. 2014-08-27 09:24:30 +00:00
ReadMe.txt Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00

All files in this directory are trivial samples.
They do not perform any real data encryption and should not be used in production!