oracle - Encryption and Decryption compatibility in C# and PL/SQL -


is there kind of encryption , decryption functions in c# , oracle pl/sql? mean can encrypt string in 1 , decrypt in other? help, i'm not in security algorithm!

cheers

in oracle, can use dbms_obfuscation_toolkit. if want encrypt , decrypt, might try des encryption. oracle, dbms_obfuscation_toolkit.desencrypt, , c# descryptoserviceprovider (in system.security.cryptography). you'll need use same key of course if encrypting/decrypting between two.

also, dbms_crypto intended replace dbms_obfuscation_toolkit believe, , should have various encryption algorithms oracle.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -