-
https://nau.github.io/triplesec/
-
Hi,
We've released version 4 of Triplesec, detailed at https://keybase.io/triplesec. Only differences are dropping the Twofish phase and switching from Keccak to the SHA3 standard. If you like, you c…
-
```
Preprocessing library for triplesec-0.2.2.1..
Building library for triplesec-0.2.2.1..
[1 of 9] Compiling Crypto.TripleSec.Internal ( src/Crypto/TripleSec/Internal.hs, dist/build/Crypto/TripleS…
-
Hi, We've released version 4 of Triplesec, detailed at https://keybase.io/triplesec. Only differences are dropping the Twofish phase and switching from Keccak to the SHA3 standard. If you like, you …
-
-
Both Chrome and Firefox encrypt small pieces of data fairly small (lets say under 1 second). Safari, on the other hand, takes in a range of 10 seconds or so. I was wondering if you have any idea what …
-
Hello,
I would like to access my secret key without exporting it from my profile or using the Keybase command line tool.
When I login and view user.private_keys.primary.bundle, there is a string…
-
```
const triplesec = require('triplesec');
const HMAC = triplesec.HMAC;
...snip...
getSecretKey() {
let secret_key = new triplesec.WordArray( this.s…
-
You know some of us in the security field value not having blatantly identifiable markings in our ciphertext.
Now I understand there may be reasons for some type of header that denotes... something…
-
Hi,
I would like to use your library in a kind of hybrid web/mobile app however the key stretching routine takes forever on a mobile device just because generally they have a slower processor and les…