mhazley / basic_c_key_store

quick, dirty, posix based, un-secure, prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkdir build
cd build
cmake ..
make key_store_write
make key_store_read
./key_store_write

./key_store_read

Key Exists in Store
Got Key
DE AD BE EF BA BE CA FE DE AD BE EF CA FE BA BE

About

quick, dirty, posix based, un-secure, prototype


Languages

Language:C 89.1%Language:C++ 7.5%Language:CMake 3.5%