Rsa Encryption, probably bugged

This commit is contained in:
Pablu23
2023-12-08 20:39:52 +01:00
parent 6dfdd7f459
commit ca9320f5ee
9 changed files with 398 additions and 172 deletions

View File

@@ -5,7 +5,7 @@ server:
go run cmd/uftp/main.go server
test:
go run cmd/uftp/main.go client testFiles/testFile 0.0.0.0:13374
go run cmd/uftp/main.go client testFiles/testFile 0.0.0.0
win:
GOOS=windows GOARCH=amd64 go build -o bin/app-amd64.exe cmd/uftp/main.go