Re: Can't Seem to encrypt/decrypt password easily.

From: Alek Davis (alek_DOT_davis_AT_intel_DOT_com)
Date: 03/31/03


From: "Alek Davis" <alek_DOT_davis_AT_intel_DOT_com>
Date: Mon, 31 Mar 2003 13:22:47 -0800


Leeman,

Check this: http://www.obviex.com/samples/encryption.asp.

-- Alek

"Leeman Schmidt" <kreuzmarket@bluebon.net> wrote in message
news:f48ee495.0303311231.7f5bcceb@posting.google.com...
> I can't seem to figure out how to encrypt and decrypt a password
> easily. All of the code samples I have looked at encrypt or decrypt
> files. What I would like to do is store a key file that I could use to
> encrypt/decrypt the password of anyone. Then I could read the key file
> off the server each time someone requested encryption or decryption.
>
> Thanks.
> Leeman



Relevant Pages

  • 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)
  • Re: RSA - Public vs. Private Keys
    ... This is a common pattern for license software ... your client will send a unique machine hash to the ... will let us decrypt with a Public Key (or simply not ... |> RSA is intended to encrypt messages with public keys only. ...
    (microsoft.public.dotnet.security)
  • Re: .NET Crypto Classes Interoperability with Win32 Crypto APIs
    ... when i encrypt a string using .NET classes and try to ... > decrypt it using Win32 APIs, ... > UnicodeEncoding(); ...
    (microsoft.public.dotnet.security)