Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Contributor
le_bebe-1273
Posts: 5
Registered: ‎10-09-2012
My Carrier: SFR
Accepted Solution

sqlite database encryption

Hi !

I'm trying to encrypt/protect an existing database with its app.

They're working well together but I don't understand the signing process described in https://developer.blackberry.com/java/documentation/sqlite_security_1981753_11.html

I've received and used the 3 files sent by the BB authority on the .cod.

Do I have to create another app to encrypt/protect my existing DB ?

What is the "code signing key file" ?

... Well I'm lost, I need help ^^
thanks,

B

Please use plain text.
Administrator
MSohm
Posts: 12,957
Registered: ‎07-09-2008
My Carrier: Bell

Re: sqlite database encryption

The link below should help.  It's for persistent objects instead of SQLite, but the concepts and general steps for setup are the same.

 

Protect persistent objects from access by unauthorized applications

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.
New Contributor
le_bebe-1273
Posts: 5
Registered: ‎10-09-2012
My Carrier: SFR

Re: sqlite database encryption

It's useful, thank you :-)

 

Please use plain text.