Skip to content

Basic structure program to cipher database with AES 128 to read and write #97

Answered by utelle
Zapotecatl asked this question in Q&A
Discussion options

You must be logged in to vote

I am learning and it is more clear to me how I should proceed base on your use cases.

I'm going to convert this issue into a discussion, because this is not an issue in the component itself, but in using the component.

In particular, for my problem, there is a script (Command-line arguments) that previously always create a database if it doesn't exist. Then, the case new empty database is not possible in my C API environment.

Ok. That is, the database file that should be handled by your application already exists (and probably already has some data content), but you don't know whether it is already encrypted or not. If it is a plain unencrypted database, you want to apply encryption. …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Zapotecatl
Comment options

Answer selected by Zapotecatl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #96 on December 23, 2022 13:56.