Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cryptography

Can RSACryptoServiceProvider (.NET's RSA) use SHA256 for encryption (not signing) instead of SHA1?

c# cryptography rsa

BouncyCastle PrivateKey To X509Certificate2 PrivateKey

Are there any security vulnerabilities in this PHP code?

After login, should all pages be https?

How to generate a cryptographically secure random integer within a range?

c# random cryptography

Generate RSA key pair in javascript, based on a password

How can I get a PublicKey object from EC public key bytes?

System.Security.Cryptography.ProtectedData.Unprotect is throwing a Invalid key error in certain circumstances

c# cryptography

what is diffrent between RSA and rsa -des3? [closed]

cryptography rsa

Can HTTPS connections be hijacked with a man-in-the-middle attack?

"Bad key" exception for certificates with exportable private key

256bit AES/CBC/PKCS5Padding with Bouncy Castle

Should I cache RNGCryptoServiceProvider/RandomNumberGenerator instances?

How should I generate an initialization vector?

Encrypt with Node.js Crypto module and decrypt with Java (in Android app)

How long should a salt be to make it infeasible to attempt dictionary attacks?

Is it worth using https if you are not doing financial transactions?

Is there any legitimate use for Intel's RDRAND?

Is putting data in cookies secure?

How does perfect forward secrecy (PFS) work