O cabeçalho da biblioteca CriptLib possui três diferentes classes com seus respectivos métodos que realizam o serviço prometido.
- Decriptar : Decripta o texto fornecido com a chave.
- Encriptar : Encripta o texto com a chave fornecida.
- Info : Responsável por retornar informações de versão da biblioteca.
Retorno |
Nome do método |
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() |
Retorno |
Nome do método |
void |
[ static ] Subst(String Chave, TMemo * Memo) |
void |
[ static ] Subst(String Chave, TStringList * Lista) |
void |
[ static ] Subst(String Original, String Chave, String Linha) |
Retorno |
Nome do método |
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) |
Retorno |
Nome do método |
String |
[ static ] Ver() |
Este artigo foi útil a você?
Sim
Não