I have a database with companies and their clients. The database needs to 开发者_运维问答be able to answer the question \'which companies have a client living at address X?\', which is normally very s
I have to provide a means for encoding, decoding an RSA public key wh开发者_如何学Goich was not obtained by Certicom\'s API, but RIM has a publicKeyEncoder class that abstracts the entire process.
i will be providing api keys to my partner sites and they will be using code that i give them to to generate \"tokens\".
Can anyone tell me whether it is legal to have a web application with highly encrypted data based in the UK which can be used by users based in any other country worldwide?
I\'ve written a program which is supposed to save and restore a users certificates using the windows Crypto API.I was under the impression that it was working fine but now a user has complained that t
I\'m looking at this example: http://msdn.microsoft.com/en-us/library/system.security.cryptography.ecdsacng.aspx开发者_如何学Go and I\'m trying to understand how is it possible that a man-in-the-middl
I am new to cryptographic world. I need to generate a corresponding RSA private key from the data provided below.
I\'m looking to encrypt a password field for use in a login system, therefore I would like to match encryption to make sure the user has entered the correct details.
Is Base 64 开发者_运维百科part of cryptography. Does Base 64 provides any security? Does Base 64 encrypt and decrypt data??No.
I have signed a data in windows using wincrypt cryptoapi (PKCS_7_ASN_ENCODING | X509_ASN_ENCODING) and in linux, I have x509 certificate and the signed message which i have to verify