aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/operations/BenchmarkOperationTest.java
Commit message (Collapse)AuthorAgeFilesLines
* (WIP) Change password when key is stripped #1692Alex Fong2016-05-041-1/+0
| | | | | | | | | | | Approach: Find the first unstripped secret key and use it for passphrase verification All unstripped keys will have their passphrase changed to new passphrase, if possible. Current Progress: Changing the passphrase of keys works fine. Refactoring to combine "modifySecretKeyring" and newly added method, "modifyKeyRingPassword" may be possible if given the go-ahead.
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-2/+2
|
* some work on benchmark operation (affects only debug build)Vincent Breitmoser2015-12-131-0/+81