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 2 of 2

Thread: Graphical password system

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Graphical password system

    hello.. we are collge student. we are going to implement one ieee paper.
    project name is integration of sound signature in graphical password system. we are creating the password by giving click points on images but in that paper there is no specific any algorithm for image loading at the time of login and registration. so can we implement it without any algorithm.


  2. #2
    Junior Member
    Join Date
    Dec 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Graphical password system

    Well i have spend lot of time with Images in java. Google for BufferedImage class.
    "so can we implement it without any algorithm. " Yes if you are free to implement new algo.

Similar Threads

  1. Where to start for building a simple graphical application
    By IHeartProgramming in forum AWT / Java Swing
    Replies: 1
    Last Post: October 25th, 2012, 12:28 AM
  2. Graphical Issue
    By Gravity Games in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 31st, 2012, 04:30 PM
  3. Please, help with OOP program with graphical interface
    By tavicz in forum Object Oriented Programming
    Replies: 1
    Last Post: April 29th, 2012, 02:56 PM
  4. Help!how to get a graphical display of this game
    By makarov in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 17th, 2009, 11:15 AM