Encrypting and Decrypting Files
-
Hi there VB Pros i'm doing a project that requires to encrypt and decrypt files. I need to create this algo from scratch. Anyone has any clues as to how to do that?? :sigh: :sigh: :sigh:
How complex does it have to be? You could use a simple character replacement method, based on a string provided by the user or some other source.
Steve Jowett ------------------------- It is offen dangerous to try and see someone else's point of view, without proper training. Douglas Adams (Mostly Harmless)
-
Hi there VB Pros i'm doing a project that requires to encrypt and decrypt files. I need to create this algo from scratch. Anyone has any clues as to how to do that?? :sigh: :sigh: :sigh:
Where does the requirement that you do it from scratch come from? Its 99.99% likely that if you write your own algorithm it won't last 15 minutes of cryptanalysis....
Mark Churchill Director Dunn & Churchill Free Download:
Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio. -
How complex does it have to be? You could use a simple character replacement method, based on a string provided by the user or some other source.
Steve Jowett ------------------------- It is offen dangerous to try and see someone else's point of view, without proper training. Douglas Adams (Mostly Harmless)