-
Sorry, but I'm unfamiliar with Javascript apps. How do you install the cypher plugin? Step-by-step instructions might be useful for people like me who are not familiar with how this works and too dumb…
-
I think the integerify implementation is incorrect. To quote the specification [1]:
> Integerify(B0 ... B2r−1) is defined as the result of B2r−1
Which can also be interpreted as select the last word…
-
I generated my public/private key pair on keygen.io and then chose not to host the private key, encrypting it and storing it locally. I have since received some messages but I can't import my key into…
-
Go-side changes to correspond to keybase/keybase#338
-
... In addition to everything else..
-
We'll need to offer to upload TripleSec-encrypted secret key, by an interactive prompt, since we stripped out detkeys.
-
When I try to generate keys
```
KBPGP *pgp = [[KBPGP alloc] init];
KBPGPUserId *userId = [KBPGPUserId userIdWithUserName:@"test" email:@"test@g.com"];
NSArray *usernames = @[userId];
…
-
i know these are just warnings, and the npm packages are very fast moving targets[1], but maybe it'd be cool if we could catch them earlier, rather than later:)
```
igalic@levix ~/s/m/hello-world-imb…
-
Are there any plans about implementing Twofish cipher? I've found several JS realizations on the web.
1. [CryptoJS-based.](https://code.google.com/p/crypto-js/issues/detail?id=50)
Original repo…
-
When trying to use triplesec on Mac OSX 10 after installing Python 3 using homebrew, it fails on the sha3 functions because of the following:
``` python
if sys.version_info < (3, 4):
import sha3
…