Results 1 to 2 of 2
  1. #1
    exonaut is offline Member
    Join Date
    Mar 2013
    Posts
    1
    Rep Power
    0

    Default Java JCE File Encryption/Decryption?

    I was just wondering how to encrypt and decrypt entire files with other files with JCE? I have custom files that hold other files and I was wondering how to encrypt them so people can't access it, and also how to decrypt it so I can read the contents in the program.

  2. #2
    jim829 is offline Senior Member
    Join Date
    Jan 2013
    Location
    United States
    Posts
    667
    Rep Power
    1

    Default Re: Java JCE File Encryption/Decryption?

    I had never heard of JCE until this thread (had to search to see what it was). First hit came up with
    Java Cryptography Extension

    A quick look showed that they had code examples. Did you do a web search on this?

    Regards,
    Jim
    The Java™ Tutorial
    YAT -- Yet Another Typo

Similar Threads

  1. Need some help with encryption decryption
    By JP34 in forum New To Java
    Replies: 1
    Last Post: 11-06-2012, 04:29 AM
  2. Java Encryption/Decryption - Loss of data
    By me.anchit in forum Advanced Java
    Replies: 8
    Last Post: 08-02-2012, 12:29 AM
  3. Blue Pelican Java: Help with Encryption/Decryption
    By ohwegg1 in forum New To Java
    Replies: 0
    Last Post: 01-29-2012, 12:48 AM
  4. Encryption/Decryption
    By Echilon in forum New To Java
    Replies: 2
    Last Post: 03-24-2009, 11:58 AM
  5. Encryption/Decryption Through AOP
    By SirRawlins in forum Advanced Java
    Replies: 0
    Last Post: 12-19-2007, 03:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •