Encryption example using RSA x.509

Generate Public\Private Key: http://www.javamex.com/tutorials/cryptography/rsa_encryption.shtml Encrypt files: http://www-users.york.ac.uk/~mal503/lore/pkencryption.htm With the increase awareness to security the demand for securing data is […]

Read More →

Basic symmetric encryption example

http://www.java2s.com/Code/Java/Security/Basicsymmetricencryptionexample.htm import java.security.Security; import javax.crypto.Cipher; import javax.crypto.spec.SecretKeySpec; /** * Basic symmetric encryption example */ public class MainClass { public […]

Read More →

Tag Cloud