shishirng / aes_xts_256-librados

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prototype to test librbd async io behavior with aes_xts_256 encryption algo from openssl lib librdb async io is what qemu block rbd layer uses

to run:

1.cp input_file /tmp/

  1. make

  2. ./encrypt

  3. sudo md5sum /tmp/input_file /tmp/decrypted_file /tmp/encrypted_file

1st and 2nd files checksum should match, while 3rd file should be different

About


Languages

Language:C 97.5%Language:Makefile 2.5%