Skip to content

huiliang-liu/aes_cbc_encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

aes_cbc_encryption

build & run golang

cd golang
go run main.go

build & run c part

cd c
gcc main.c -lcrypto -o a.out
./a.out qwerty    //qwerty is the password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published