Re: Encrypted Fields

From: Michael Gentry (mgentr..asslight.net)
Date: Sat Feb 07 2009 - 16:30:24 EST

  • Next message: Aristedes Maniatis: "Re: Encrypted Fields"

    I've done encryption, using pretty standard Java routines, in Java 1.4
    and 1.5. Using Java 1.6 isn't a requirement for encryption.

    Look at javax.crypto.Cipher, javax.crypto.spec.SecretKeySpec,
    sun.misc.BASE64Decoder, sun.misc.BASE64Encoder (for starters).

    On Sat, Feb 7, 2009 at 3:39 PM, Joe Baldwin <jfbaldwi..arthlink.net> wrote:
    > I agree. It is hardly worth the effort of storing a credit card number for
    > a customer if you can't run a transaction for the customer.
    >
    > Also, I think Michael and Chad convinced me to do Java-domain encryption. I
    > think Chad said they had included the algorithms in Java 6. However, I am
    > now caught up in another sysadmin problem with OSX and Java 6. (I can't get
    > Java 6 to run yet). Still working on it.
    >
    > Joe



    This archive was generated by hypermail 2.0.0 : Sat Feb 07 2009 - 16:30:56 EST