Help for this page

Select Code to Download


  1. or download this
    SYS.DBMS_CRYPTO.ENCRYPT(request_des,request_src, SYS.DBMS_CRYPTO.DES_C
    +BC_PKCS5, raw_key);
    
  2. or download this
    ecryption_type PLS_INTEGER := SYS.DBMS_CRYPTO.DES_CBC_PKCS5;
        v_key RAW(16) := null;
    ...
    execute dbcrypt.setkey('mysecret');  
    select dbcrypt.decrypt(encrypted_column) from my_table where rownum < 
    +10;
    
  3. or download this
    #!/opt/local/perl/bin/perl -w
    
    ...
    
        print "$plaintext\n";
    }
    
  4. or download this
    Ciphertext does not begin with a valid header for 'salt' header mode