| | |
Java Encryption (Elections System)
![]() |
•
•
Join Date: Sep 2005
Posts: 16
Reputation:
Solved Threads: 1
Hi everyone, i am building a secure online voting system for my project, i really need some tips on how i can go about encrypting the information stored in a database which contains the votes submitted by the candidates. I was told by my project supervisor to try and implement public/private key encryption, i really dont know where to start. Please if u have any more ideas i could use to make the system more secure let me know. Thanks
•
•
Join Date: Feb 2005
Posts: 2
Reputation:
Solved Threads: 0
Java Cryptography Extension (JCE) which is part of J2SE(1.4 onwards) has packages and framework to carryout encryption.
Check out following sites
http://java.sun.com/j2se/1.4.2/docs/...ERefGuide.html
http://java.sun.com/j2se/1.4.2/docs/...EProvider.html
Oracle also provides DBMS packages which can be used to carryout encryption. Following are the Oracle packages that have functions related to encryption
Oracle Package DBMS_OBFUSCATION_TOOLKIT (Oracle Database 8i, 9i and 10g )
Oracle Package DBMS_CRYPTO (Oracle Database 10g )
Check out following sites
http://java.sun.com/j2se/1.4.2/docs/...ERefGuide.html
http://java.sun.com/j2se/1.4.2/docs/...EProvider.html
Oracle also provides DBMS packages which can be used to carryout encryption. Following are the Oracle packages that have functions related to encryption
Oracle Package DBMS_OBFUSCATION_TOOLKIT (Oracle Database 8i, 9i and 10g )
Oracle Package DBMS_CRYPTO (Oracle Database 10g )
•
•
•
•
Originally Posted by bondito
Hi everyone, i am building a secure online voting system for my project, i really need some tips on how i can go about encrypting the information stored in a database which contains the votes submitted by the candidates. I was told by my project supervisor to try and implement public/private key encryption, i really dont know where to start. Please if u have any more ideas i could use to make the system more secure let me know. Thanks
tip#2) Stay away from the public/private key charade. Are you going to lock-up your house and then toss duplicates of the key into the street for anyone to pick up?
tip#3) Code for common encryption systems are widely available on the 'net -- if you can't find Java code for your favorite one(s), then it'd be an educational benefit to you to do the conversion(s).
http://csrc.nist.gov/CryptoToolkit/aes/rijndael/
Nathan.
while (CPU is present) {some assembly required}
![]() |
Similar Threads
- Java Encryption and Decryption (Java)
- how to capture the system idle time using java (Java)
- Java Encryption error (Java)
- Help with simple Java IO program running under cygwin (Java)
- Installing Java (Web Browsers)
Other Threads in the Java Forum
- Previous Thread: java gui libraries
- Next Thread: hypotenuse
| Thread Tools | Search this Thread |
android api applet application apps array arrays automation awt bidirectional binary birt bluetooth businessintelligence busy_handler(null) card chat class classes client code collision columns component constructor crashcourse database designadrawingapplicationusingjavajslider draw eclipse error errors eventlistener exception expand fractal game givemetehcodez graphics gui guidancer html ide image inetaddress integer intellij j2me java javadoc javafx javamicroeditionuseofmotionsensor javaprojects jme jni jpanel jtree julia linux list loop machine map method methods mobile mobiledevelopmentcreatejar myaggfun netbeans newbie oracle plazmic print problem program programming project radio recursion scanner server set sharepoint smart sms smsspam sort sortedmaps sql string subclass support swing textfield threads tree unlimited utility webservices windows






