-
-
# Requirements
As a user I should be able to sign up.
```
$ hush signup
> Enter your name: Jake Klassen
A verification email has been sent to . It will expire in 5 minutes.
> Enter verifica…
-
As I mentioned in standup this morning, it's been on my mind that the GPG key we use to sign artifacts before uploading to Maven Central was [supposed to expire](https://iqss.slack.com/archives/C010LA…
-
### Description
![Image](https://github.com/user-attachments/assets/140806e7-e24d-4020-84d6-9ade92a1a3ea)
https://github.com/user-attachments/assets/cf558fdf-76dd-4b7d-a484-ff1d24744d4f
Expected: …
-
![image](https://user-images.githubusercontent.com/19283357/190842386-88cf5626-8b09-482f-84c1-6b73ce92f9e2.png)
看到官方的sdk里面要求填入应用的公钥,但是在使用您的sdk时AlipayKeyPair只填入支付宝公钥和应用私钥,因此调用后返回缺少应用公钥证书序列号
![image](…
-
Add option to generate a keypair from your site.
I am afraid of sharing my private key. I have not yet found a good experience for key management.
Some folks may want to just hit "Go" and label…
-
Hi, I'm conducting academic research on Java Cryptography API based misuse using your tool. After reading the paper and source codes, I believe that your team have implemented the rules to detect the…
-
Tried to decrypt messages with my private key on the last two versions of gpg4usb, but failed.
When created another test keypair with 42 symbols in the pass, got the same crashes on decryption.
Got it…
-
Wouldn't it be a bit faster if you made some variables outside the loop? Let me know if you try it and see if it's faster.
let length = name.length
let upperCaseName = name.toUpperCase()
while …
-
Currently, we use an ECIES algorithm with fixed keys (master server public key, device public key) that are stored on the mobile device and client-side ephemeral keys. This is good, but we could also …