The CriptLib library header contains three different classes with its respective methods which performs what has been proposed.
- Decriptar : Decrypts the given text with the given key.
- Encriptar : Encrypts the given text with the given key.
- Info : Responsible for returning the informations regarding the library version.
Return |
Method name |
void |
Decript_BasicoM(String Chave, TMemo * Memo) |
void |
Decript_BasicoL(String Chave, TStringList * Lista) |
void |
Decript_BasicoS(String Original, String Chave, String Linha) |
void |
Cript_BasicoMString Original, String Chave, TMemo * Memo) |
void |
Cript_BasicoL(String Original, String Chave, TStringList * Lista) |
void |
Cript_BasicoS(String Original, String Chave, String Linha) |
String |
VerProg() |
Return |
Method name |
void |
[ static ] Subst(String Chave, TMemo * Memo) |
void |
[ static ] Subst(String Chave, TStringList * Lista) |
void |
[ static ] Subst(String Original, String Chave, String Linha) |
Return |
Method name |
void |
[ static ] Subst(String Original, String Chave, TMemo * Memo) |
void |
[ static ] Subst(String Original, String Chave, TMemo * Memo) |
void |
[ static ] Subst(String Original, String Chave, String Linha) |
Return |
Method name |
String |
[ static ] Ver() |
Was this article helpful to you?
Yes
No