committing some rsa stuff

This commit is contained in:
2020-09-17 14:13:22 -04:00
parent 6b956a3a49
commit 1bc4d1d135
13 changed files with 964 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ https://crypto.stackexchange.com/a/40910
https://flak.tedunangst.com/post/new-openssh-key-format-and-bcrypt-pbkdf
("(Technical note: PBKDF2, aka PKCS #5, supports pluggable hash functions, though in practice everybody uses HMAC-SHA1. The bcrypt pbkdf essentially is PBKDF2, but with bcrypt plugged into it instead.)"
http://www.tedunangst.com/flak/post/bcrypt-pbkdf
https://xorhash.gitlab.io/xhblog/0010.html
https://blog.rebased.pl/2020/02/10/ssh-key-internals.html
https://blog.rebased.pl/2020/03/24/basic-key-security.html
## UPSTREAM
https://github.com/openssh/openssh-portable/blob/master/sshkey.c