Skip to content

XLILT/aes-cbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aes-cbc

Brief Introduction This is a AES/CBC encryption algorithm demo using cryptopp and openssl library. Padding model is zeros-padding.

Build

relay on: crypto++, openssl, scons

crypto++:

yum install -y cryptopp-devel cryptopp

openssl:

yum install -y openssl-devel openssl

scons:

yum install -y scons

build all:

scons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages