[ pycrypto-Bugs-872402 ] How to hide Encryption key
"SourceForge.net" <[email protected]> Wed, 07 Jan 2004 07:50:43 -0800
| Newsgroups | gmane.comp.python.cryptography.cvs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #872402, was opened at 2004-01-07 08:53 Message generated for change (Comment added) made by akuchling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=120937&aid=872402&group_id=20937 Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: ulysses hung (ulyssesh) Assigned to: Nobody/Anonymous (nobody) Summary: How to hide Encryption key Initial Comment: Hi, I want to hide a file content using DES Algorithm. The file can downloaded by any user. but user can't read it's content. Python application can't hide source code. If I use ROTOR,DEC ,I must specify a key. user can read the key from source code. So encryption is useless. Can you tell me how can I do .Thanks. Ulysses ---------------------------------------------------------------------- >Comment By: A.M. Kuchling (akuchling) Date: 2004-01-07 10:50 Message: Logged In: YES user_id=11375 Don't put the key in the source code; have the user enter it, or carry an iButton or keyring, or something. Key management is always the hardest part of encryption-related tasks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=120937&aid=872402&group_id=20937 ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html