FARGOS/VISTA Object Management Environment Core
..
|
#include <sys/types.h>
#include <netinet/in.h>
#include <unistd.h>
#include <fcntl.h>
#include <sha1.h>
#include <ec_crypt.h>
#include <md5global.h>
#include <md5.h>
#include <stdlib.h>
#include <time.h>
#include <OMEstring.h>
#include <OMEcrypto.h>
Functions | |
OMEstring * | OMEmakeRandomKey (int32_t desiredBits) |
Generate a random sequence of bits. More... | |
OMEstring * | OMEmakeSHA1hash (const OMEstring &message) |
Compute Secure Hash Algorithm 1 over an OMEstring. More... | |
OMEstring * | OMEmakeMD5hash (const OMEstring &message) |
Compute Message Digest 5 over an OMEstring. More... | |
OMEstring * | OMEmakePrivateKey (const OMEstring &secretPhrase) |
OMEstring * | OMEmakePublicKey (const OMEstring &privateKey) |
OMEstring * | OMEmakeSessionKeyFromPublicKey (const OMEstring &publicKey, OMEstring &randomDataInSessionKeyOut) |
OMEstring * | OMEdecryptSessionKeyWithPrivateKey (const OMEstring &privateKey, const OMEstring &data) |
![]() | Generated: Tue Jul 28 2020 16:03:26
Support Information |