We have a library for managing SQLCipher and IOCipher passwords, its called Cacheword:
https://github.com/guardianproject/cacheword It is used in Courier, InformaCam, ChatSecure and others, so you can look there for examples. .hc Cédric Jeanneret wrote: > Hello, > > I'm considering using SQLCipher in a new app, as it will store location, > wireless essid and timestamp. > I've looked at the examples[1], but it seems they are using hard-coded > password which, obviously, isn't that good… > > How shall I do in order to get some random password? If possible one per > device, generated at install time or anything like that (well, if that's > possible, of course ;) ). > > Thanks for your inputs. > > Cheers, > > C. > > > [1] > https://github.com/sqlcipher/android-database-sqlcipher/blob/master/src/example/SQLDemoActivity.java > _______________________________________________ > Guardian-dev mailing list > > Post: [email protected] > List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev > > To Unsubscribe > Send email to: [email protected] > Or visit: > https://lists.mayfirst.org/mailman/options/guardian-dev/hans%40guardianproject.info > > You are subscribed as: [email protected] > -- PGP fingerprint: 5E61 C878 0F86 295C E17D 8677 9F0F E587 374B BE81 _______________________________________________ Guardian-dev mailing list Post: [email protected] List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev To Unsubscribe Send email to: [email protected] Or visit: https://lists.mayfirst.org/mailman/options/guardian-dev/archive%40mail-archive.com You are subscribed as: [email protected]
