File: opensshFormat.md

package info (click to toggle)
jsch 0.2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,980 kB
  • sloc: java: 36,477; xml: 1,352; sh: 184; python: 57; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Links regarding OPENSSH key format 

* nice read: <https://coolaj86.com/articles/the-openssh-private-key-format/>

* See discussion:
<https://bugs.eclipse.org/bugs/show_bug.cgi?id=541703>

* implementation of bcrypt_pbkdf:
<https://github.com/kruton/jbcrypt/blob/master/src/main/java/org/mindrot/jbcrypt/BCrypt.java>