项目作者: trident2710

项目描述 :
encryption with authentification
高级语言: C++
项目地址: git://github.com/trident2710/IACBC.git
创建时间: 2017-11-11T18:10:00Z
项目社区:https://github.com/trident2710/IACBC

开源协议:Apache License 2.0

下载


IACBC

encryption with authentification

pour compiler ce programme, executer “make asi331examen” qui va creer l’executable l’appelle “asi331examen”.
Exemple de l’execution:
pour chiffrer: “./asi331examen -e -p password -I ffffffffffffffffffffffffffffffaa -i plain_file -o encrypted”
pour déchiffrer: “./asi331examen -d -p password -I ffffffffffffffffffffffffffffffaa -i encrypted -o restored”

Important: IV est valeur hex de taille <=16bytes (moins où égal à la taille du block) dans un format sans prefix “0x”