My code is un without a password but now I just encrypt SQLite file by using Db Browser and enter password pjjf
so now how to connect it, now the old code is that how to pass the password
conn=DriverManager.getConnection("jdbc:sqlite:LiberaryNew.sqlite");
because
conn=DriverManager.getConnection("jdbc:sqlite:LiberaryNew.sqlite","pjjf");
not working