encryption/decryption help

From: drs (drs_at_remove-to-send-mail-ecpsoftware.com)
Date: 01/12/05


Date: Wed, 12 Jan 2005 20:21:37 GMT

Hi, I need to send secure data over an insecure network. To that end, I am
needing to encrypt serialized data and then decrypt it. Is there a builtin
way to do this in Python? MD5, SHA, etc encrypt, but I am not seeing a way
to get back my data. Encryption is totally new to me, so any pointers of
what to read up on would be appreciated.

As a side note, I understand that I could use https, but this would involve
changing things that I may not be at liberty to change -- though if this
turns out to be the best solution, then I'll find a way to use it.

Thanks



Relevant Pages

  • Re: just a simple question folks... please help? (text encryption)
    ... > recenty found myself really needing to encrypt some sensitive text ... I'm running win2k, and like I said its just for text. ...
    (sci.crypt)
  • just a simple question folks... please help? (text encryption)
    ... Ok I'll admit I'm pretty much a noob when it comes to crypto, ... recenty found myself really needing to encrypt some sensitive text files I ...
    (sci.crypt)
  • RE: NTE_BAD_DATA
    ... They are NOT used DIRECTLY to encrypt / decrypt data; ... you should generate a RANDOM SESSION KEY and select a SYMMETRIC ENCRYPTION ... // imported from a BLOB read in from the source file or having ...
    (microsoft.public.platformsdk.security)
  • Re: Back Doors
    ... >> Design into the system a master key. ... Encrypt that with public key. ... Decrypt random symmetric key with private key. ...
    (sci.crypt)
  • Re: CAPI and RC4: can not decrypt when Final parameter is set to F
    ... to store ASYMMETRIC key pairs - never symmetric keys like RC4, ... Now when you need to encrypt at one place and decrypt at the other normally ... Get a HCRYPTPROV handle to a key container with CryptAcquireContext ...
    (microsoft.public.platformsdk.security)