AES_ENCRYPT(string,string_chave), AES_DECRYPT(string,string_chave) Estas funções permitem criptografia/descriptografia de dados usando o algoritmo oficial AES (Padrão Avançado de Criptografia), an… more →
Claudio Coelhoclaudiocoelho wrote 7 months ago: AES_ENCRYPT(string,string_chave), AES_DECRYPT(string,string_chave) Estas funções permitem criptogr … more →
claudiocoelho wrote 7 months ago: AES_ENCRYPT(string,string_chave), AES_DECRYPT(string,string_chave) Estas funções permitem criptogr … more →
claudiocoelho wrote 7 months ago: Exemplo de rotina simples para criptografia/descriptografia em PL/SQL. Observe que a rotina pode ser … more →