<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: encryption algorithm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996980#M718558</link>
    <description>Scott,&lt;BR /&gt;&lt;BR /&gt;You may want to look at this overview:&lt;BR /&gt;&lt;A href="http://www.cybcon.com/~jkstill/util/zips/Data_Obfuscation_and_Encryption.doc" target="_blank"&gt;http://www.cybcon.com/~jkstill/util/zips/Data_Obfuscation_and_Encryption.doc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Jun 2003 14:48:14 GMT</pubDate>
    <dc:creator>Elena Leontieva</dc:creator>
    <dc:date>2003-06-13T14:48:14Z</dc:date>
    <item>
      <title>encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996974#M718552</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;We have Hpux 11.0 with Oracle 8.1.7.&lt;BR /&gt;&lt;BR /&gt;I'm looking for an encrypt/decrypt algorithm to encrypt credit card information stored in some of our Oracle tables.  The idea is to be able access it programmatically (encrypting &amp;amp; decrypting), but sqlplus queries only show jibberish.&lt;BR /&gt;&lt;BR /&gt;Anyone deal with a similar issue?  If so, how was it resolved?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Scott Williams</description>
      <pubDate>Fri, 13 Jun 2003 14:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996974#M718552</guid>
      <dc:creator>Scott Williams_5</dc:creator>
      <dc:date>2003-06-13T14:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996975#M718553</link>
      <description>Scott,&lt;BR /&gt;  For encryption/decryption algorithms I can suggest using Rijndael algorithm.  Check this out,&lt;BR /&gt;&lt;A href="http://csrc.nist.gov/CryptoToolkit/aes/rijndael/" target="_blank"&gt;http://csrc.nist.gov/CryptoToolkit/aes/rijndael/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am not understanding your last question.  Normally its good to encrypt and hexify the results before storing it.  Through hexification we get printable characters that can be stored in a db.  Later use the same approach of dehexify and decrypt when you get the details.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 14:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996975#M718553</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-06-13T14:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996976#M718554</link>
      <description>Hi,&lt;BR /&gt;oracle has the functionality to send cripted traffic over the network.&lt;BR /&gt;You can used MD5 authentication for the purpouse of masquerading sqlnet output if without the proprer key.&lt;BR /&gt;&lt;BR /&gt;Another security trick it to restric the sqlnet access using the sqlnet.ora files.&lt;BR /&gt;&lt;BR /&gt;I will try to search some docs on metalink.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 14:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996976#M718554</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-13T14:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996977#M718555</link>
      <description>Doc ID:  Note:104410.1 &lt;BR /&gt;Subject:  How to Enable Encryption &amp;amp; Checksumming using JDBC Drivers &lt;BR /&gt;Type:  BULLETIN &lt;BR /&gt;Status:  PUBLISHED &lt;BR /&gt; Content Type:  TEXT/PLAIN &lt;BR /&gt;Creation Date:  04-APR-2000 &lt;BR /&gt;Last Revision Date:  02-MAY-2001 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Overview ---------- This article describes how to enable encryption and checksumming using JDBC drivers.</description>
      <pubDate>Fri, 13 Jun 2003 14:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996977#M718555</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-13T14:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996978#M718556</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;perhaps something like PGP could be used?  It has an ascii armouring option.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Fri, 13 Jun 2003 14:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996978#M718556</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-06-13T14:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996979#M718557</link>
      <description>Doc ID:  Note:151126.1 &lt;BR /&gt;Subject:  Oracle Advanced Security Release 8.1.7 README &lt;BR /&gt;Type:  README &lt;BR /&gt;Status:  PUBLISHED &lt;BR /&gt; Content Type:  TEXT/PLAIN &lt;BR /&gt;Creation Date:  29-JUN-2001 &lt;BR /&gt;Last Revision Date:  29-JUN-2001 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 14:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996979#M718557</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-13T14:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996980#M718558</link>
      <description>Scott,&lt;BR /&gt;&lt;BR /&gt;You may want to look at this overview:&lt;BR /&gt;&lt;A href="http://www.cybcon.com/~jkstill/util/zips/Data_Obfuscation_and_Encryption.doc" target="_blank"&gt;http://www.cybcon.com/~jkstill/util/zips/Data_Obfuscation_and_Encryption.doc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 14:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996980#M718558</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2003-06-13T14:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996981#M718559</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Use the MD5 or the blowfish.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 13 Jun 2003 15:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996981#M718559</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-13T15:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996982#M718560</link>
      <description>Before you tackle this, you need to do some more design work:&lt;BR /&gt;&lt;BR /&gt;1) How will you store the keys? - or will everyone use a common key?&lt;BR /&gt;&lt;BR /&gt;2) What happens if the key is lost?&lt;BR /&gt;&lt;BR /&gt;3) Do you really want encryption or could the sensitive data be stored in a very restricted table and joined to the main table as only as needed?&lt;BR /&gt;&lt;BR /&gt;4) How do you plan to restrict access to the SQL procedures?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 15:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996982#M718560</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-06-13T15:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996983#M718561</link>
      <description>Thank you all for your responses.  A.Clay Stephenson has it right -- I've got some more design work to do.  But you all have given me a good starting point.  I appreciate your time.&lt;BR /&gt;&lt;BR /&gt;I believe we'll end up doing a combination of things along these lines:&lt;BR /&gt;1. Store a translation of the data (obfuscate), rather than encrypt.&lt;BR /&gt;2. Restrict table access for SQL&lt;BR /&gt;3. Application data masking.&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;Scott Williams&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2003 19:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996983#M718561</guid>
      <dc:creator>Scott Williams_5</dc:creator>
      <dc:date>2003-06-16T19:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996984#M718562</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Clay is right!&lt;BR /&gt;&lt;BR /&gt;I can understand why you are having problems doing it in Oracle itself.&lt;BR /&gt;&lt;BR /&gt;Below a small example for you:&lt;BR /&gt;=========================================================================&lt;BR /&gt;&lt;BR /&gt;yd@MYDB.MU&amp;gt; r&lt;BR /&gt;  1  create or replace function crypt( p_str in varchar2 ) return raw&lt;BR /&gt;  2  as&lt;BR /&gt;  3    l_data  varchar2(255);&lt;BR /&gt;  4  begin&lt;BR /&gt;  5    l_data := rpad( p_str, (trunc(length(p_str)/8)+1)*8, chr(0) );&lt;BR /&gt;  6    return dbms_obfuscation_toolkit.DESEncrypt( input =&amp;gt; utl_raw.cast_to_raw(l_data),key =&amp;gt; utl_raw.cast_to_raw('MagicKey') );&lt;BR /&gt;  7* end;&lt;BR /&gt;&lt;BR /&gt;Function created.&lt;BR /&gt;&lt;BR /&gt;Elapsed: 00:00:00.19&lt;BR /&gt;&lt;BR /&gt;yd@MYDB.MU&amp;gt; r&lt;BR /&gt;  1  create or replace function decrypt( p_str in raw ) return varchar2&lt;BR /&gt;  2  as&lt;BR /&gt;  3  begin&lt;BR /&gt;  4    return utl_raw.cast_to_varchar2( dbms_obfuscation_toolkit.DESdecrypt( input =&amp;gt; p_str,key=&amp;gt; utl_raw.cast_to_raw('MagicKey') ) );&lt;BR /&gt;  5* end;&lt;BR /&gt;&lt;BR /&gt;Function created.&lt;BR /&gt;&lt;BR /&gt;Elapsed: 00:00:00.03&lt;BR /&gt;yd@MYDB.MU&amp;gt;&lt;BR /&gt;&lt;BR /&gt;yd@MYDB.MU&amp;gt; column data format a10&lt;BR /&gt;yd@MYDB.MU&amp;gt; create table tabyd ( data varchar2(9), data_enc raw(16) );&lt;BR /&gt;&lt;BR /&gt;Table created.&lt;BR /&gt;&lt;BR /&gt;Elapsed: 00:00:00.02&lt;BR /&gt;yd@MYDB.MU&amp;gt; insert into tabyd values ( '012345678',crypt('012345678'));&lt;BR /&gt;&lt;BR /&gt;1 row created.&lt;BR /&gt;&lt;BR /&gt;Elapsed: 00:00:00.04&lt;BR /&gt;yd@MYDB.MU&amp;gt; commit;&lt;BR /&gt;&lt;BR /&gt;Commit complete.&lt;BR /&gt;&lt;BR /&gt;Elapsed: 00:00:00.01&lt;BR /&gt;yd@MYDB.MU&amp;gt; select data,data_enc,decrypt(data_enc) data from tabyd;&lt;BR /&gt;&lt;BR /&gt;DATA       DATA_ENC                         DATA&lt;BR /&gt;__________ ________________________________ __________&lt;BR /&gt;012345678  07CF8213EDC46C277C720164D915B70C 012345678&lt;BR /&gt;&lt;BR /&gt;Elapsed: 00:00:00.01&lt;BR /&gt;yd@MYDB.MU&amp;gt;&lt;BR /&gt;&lt;BR /&gt;==============================================================================================&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jun 2003 03:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996984#M718562</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-06-17T03:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996985#M718563</link>
      <description>sorry for the garbled output. attached a more readable one.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 17 Jun 2003 03:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996985#M718563</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-06-17T03:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: encryption algorithm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996986#M718564</link>
      <description>Yogeeraj,&lt;BR /&gt;&lt;BR /&gt;Your example was clear and understandable. &lt;BR /&gt;Very nice -- Thanks!&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Tue, 17 Jun 2003 13:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/encryption-algorithm/m-p/2996986#M718564</guid>
      <dc:creator>Scott Williams_5</dc:creator>
      <dc:date>2003-06-17T13:08:34Z</dc:date>
    </item>
  </channel>
</rss>

