26 lines
1.4 KiB
Plaintext
26 lines
1.4 KiB
Plaintext
++++++++++++++++++++++++++++++++
|
|
| libbcrypt version 1.0 readme |
|
|
++++++++++++++++++++++++++++++++
|
|
|
|
Please see bcrypt.h for how to use this library.
|
|
It only includes 2 functions, one to encrypt and one to decrypt.
|
|
|
|
======================================================================
|
|
= =
|
|
= *nix build instructions: =
|
|
= =
|
|
= cd build/unix =
|
|
= ./configure =
|
|
= make =
|
|
= =
|
|
= 'make install' is still a bit bugish, don't use it. =
|
|
= copy bin/bcrypt.so to /usr/lib/libbcrypt.so =
|
|
= and copy source/include/bcrypt.h to /usr/include/bcrypt/bcrypt.h =
|
|
= manually for now. =
|
|
= =
|
|
= That's all. =
|
|
= =
|
|
======================================================================
|
|
|
|
Mail comments to gothic@donationcoders.com
|