Click here to Skip to main content
16,016,962 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey,
im doing my project on AES ENCRYPTION OF VIDEO IN JAVA.
i found a lot of codes on encryption of plain text and they worked.
what i want is a code for encrypting a video which is to be streamed between a client and server.
if you know any useful links or have any ideas about this please post a reply.
Posted
Updated 27-Feb-11 1:32am
v3

1 solution

I don't know what your Java experience is but the Java Tutorials page is a good place to start. Also, here is a link to the Java AES pages. Looks like you need to hone your research skills.

By the way, your question is not urgent.

[edit]I just typed "AES ENCRYPTION OF VIDEO IN JAVA" into Google and found lots of links; try again.[/edit]
 
Share this answer
 
v2
Comments
venice mathew 27-Feb-11 7:34am    
thanks for the reply. i had found the link before and the code for plain text worked.
but it was no help for encrypting a video.
Richard MacCutchan 27-Feb-11 8:23am    
Encryption is encryption, it does not matter whether the source is text, video, or anything else. Perhaps you don't actually mean encryption.
venice mathew 28-Feb-11 7:18am    
hey
i am working in the netbeans IDE. how do we give a h.263 encoded video as input to a java program.
thanking you for your help.
Richard MacCutchan 28-Feb-11 11:55am    
No idea; try Google or the Java web site.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900