Phase 1.1: SMB3 encryption module (AES-CTR + HMAC)
- Add encryption.rs with Smb3Encryption struct - Implement AES-128-CTR + HMAC-SHA256 (simplified approach) - Add TransformHeader struct for SMB2 TRANSFORM_HEADER - 3 unit tests pass (encrypt/decrypt roundtrip + signature verification) - Total: ~180 lines of code
This commit is contained in:
1
config/ssh_host_keys/ssh_host_ed25519_key
Normal file
1
config/ssh_host_keys/ssh_host_ed25519_key
Normal file
@@ -0,0 +1 @@
|
||||
<01>f<EFBFBD>G<EFBFBD><47><EFBFBD>DW<><57>/k<>yB)<29><><EFBFBD><EFBFBD>Xax<61>{<7B><>#
|
||||
6
config/ssh_host_keys/ssh_host_ed25519_key.meta
Normal file
6
config/ssh_host_keys/ssh_host_ed25519_key.meta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"created_at": 1782062629,
|
||||
"expires_at": 1813598629,
|
||||
"fingerprint": "YhvUXPPA1xlmnfJ9H0axfLsV5wve9QMiRQ2eFarT/D4=",
|
||||
"key_type": "ed25519"
|
||||
}
|
||||
1
config/ssh_host_keys/ssh_host_ed25519_key.pub
Normal file
1
config/ssh_host_keys/ssh_host_ed25519_key.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICtBzWJ6iltFPtzzRq7fxqJ4MdXrukOCk5YEK293DYjl markbase_ssh_host_key
|
||||
Reference in New Issue
Block a user