Hi all,

I found that there is method enableAesDBEncryption() and no setEncrption()in ConfigPersistent interface for Android. Is there any more details/document on that? Is it just by calling enableAesDBEncryption() and the ultralite db on android will be encrypted? if so, what encryption engine is it using? And what's the key?

Thanks so much!

asked 01 Feb '12, 23:54

mcmugchu's gravatar image

mcmugchu
1111
accept rate: 0%


Yes, calling ConfigPersistent.enableAesDBEncryption() before database creation causes the UltraLite database to be encrypted with the C UltraLite Advanced Encryption Standard symmetric key encryption engine. ConfigPersistent.setDatabaseKey() is used to set the encryption key.

permanent link

answered 02 Feb '12, 09:54

Andy%20Quick's gravatar image

Andy Quick
2.2k2737
accept rate: 45%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×79
×72
×46

question asked: 01 Feb '12, 23:54

question was seen: 2,515 times

last updated: 02 Feb '12, 09:54