Skip to content

School homework implementing AES128-ECB. This implementation is not safe (obviously) and shuold not be used. It is intended for educational purposes only

License

Notifications You must be signed in to change notification settings

chichibio-savoiardi/ImplementazioneAES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImplementazioneAES

Implementazione basata su CLI della crittografia AES.

Specifica AES

Crittazione

Dato un file file.txt e una chiave provvista tramite terminale, il programma lo crittetà e restituirà un file file.txt.aes contenente il file crittato

clear text -> cipher key -> cipher text

Decrittazione

dato un file file.txt.aes e la sua chiave provvista tramite terminale, il programma restituirà il file in chiaro file.txt.
Il programma cerca automaticamente il file con all'interno la chiave, ma si potra specificare la chiave a parte.

cipher text -> cipher key -> clear text

About

School homework implementing AES128-ECB. This implementation is not safe (obviously) and shuold not be used. It is intended for educational purposes only

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages