
read_keys.c will read from that file. Note passphrase and init vector are not written sequentially Next work is to provide a shared library with basic reoutines for read and write. Read routines will be part of monitor and loadusers
5 lines
146 B
Plaintext
5 lines
146 B
Plaintext
gcc -c create_keys.c
|
|
gcc -c read_keys.c
|
|
gcc -o create_keys create_keys.o ../epoll_revno_203/core/utils.o -lssl
|
|
gcc -o read_keys read_keys.o -lssl
|