lundi 4 janvier 2016

create password protected sqlite database using java netbeans

I'm using Netbeans for Java Developing (Desktop Software). I created Sqlite Database using the following connection

Class.forName("org.sqlite.JDBC"); DriverManager.getConnection("jdbc:sqlite:mydatabase.db", username, password);

I simply want to add password on file to protect my data inside the database rather than encrypt the every single data. How can I do that?

Aucun commentaire:

Enregistrer un commentaire