encryption

This commit is contained in:
nora 2024-08-23 01:02:55 +02:00
parent de8f5dde21
commit e35ff86a12
10 changed files with 494 additions and 7 deletions

11
lib/ssh-keys/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "ssh-keys"
version = "0.1.0"
edition = "2021"
[dependencies]
aes = "0.8.4"
bcrypt-pbkdf = "0.10.0"
ctr = "0.9.2"
pem = "3.0.4"
ssh-transport = { path = "../ssh-transport" }