Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: AES image encryption decryption

  1. #1
    Junior Member
    Join Date
    Jul 2013
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AES image encryption decryption

    anybody have AES Image encryption and Decryption?
    I found many on google, but they are just calling the built in methods...I need a complete implementation of AES for my project...anybody help plz?


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: AES image encryption decryption

    I need a complete implementation of AES for my project
    I don't know what this means. Do you mean you have to invent AES encryption in order to use it?

  3. #3
    Junior Member
    Join Date
    Oct 2014
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: AES image encryption decryption

    Assuming that you don't want to use the crypto extensions, then take a look at the AES.java file at this project https://code.google.com/p/jomnilink/

Similar Threads

  1. [SOLVED] [HELP] Encryption - Decryption alphabet
    By noobies in forum What's Wrong With My Code?
    Replies: 11
    Last Post: March 10th, 2014, 11:44 PM
  2. Re: Simple encryption/ decryption problem
    By vynramiscal21 in forum Loops & Control Statements
    Replies: 0
    Last Post: December 10th, 2013, 08:26 PM
  3. A few questions about encryption and decryption
    By mjr in forum Algorithms & Recursion
    Replies: 1
    Last Post: November 18th, 2013, 01:29 PM
  4. Simple encryption/ decryption problem
    By searchformeaning in forum Loops & Control Statements
    Replies: 2
    Last Post: May 7th, 2012, 01:34 AM
  5. Java encryption and decryption
    By frozen java in forum Java Theory & Questions
    Replies: 2
    Last Post: December 4th, 2011, 04:01 PM