Viewing profile — developernotes
developernotes
HN member- Joined
- Fri, Dec 26, 2008, 6:51 PM UTC
- HN karma
- 10
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About developernotes
Recent public activity
-
comment
Comment #25289302
I received one other comment about this while we still had the survey open. I will keep that in mind for the future.
-
comment
Comment #25289294
This is good feedback, I will certainly consider that for the future.
-
comment
Comment #25289265
>However, I don't know how this survey was advertised, so the results may just be sampling bias. I created this survey. I originally posted it to the CL subreddit and the CL IRC ch…
- story
-
comment
Comment #15558420
In the early years of Android Studio, I generally preferred IntelliJ. I have since converted our application and main library (SQLCipher for Android) to use Gradle. I have Instant …
-
comment
Comment #14570148
This paper highlights various possible attack vectors. SQLCipher would still be vulnerable to scenarios such as an active attacker on device/machine where the key is resident in RA…
-
comment
Comment #9976035
>I'd like to see the same speed measurements done for mobile. While not exactly what you are looking for I can understand the sentiment. SQLCipher provides a project to time the pe…
-
comment
Comment #9021415
>Isn't that the standard? SQLCipher uses PBKDF2 as a standard mechanism to compute a key, however by default it uses a static iteration length, currently 64,000. The problem is oft…
-
comment
Comment #9021201
We have done some work on a branch in SQLCipher that allows for adaptive key derivation length based on the device it runs on. The iteration length will be computed per device wher…
- story