Description of DynCrypto :
This is a program that helps the users to encrypt a string with symmetric key using cast- 128 algorithm and elliptic curve. This program encryptes password or keywords. The strings are encoded with base64 after the encryption process completes. Any file can be encrypted in this application. The encrypted file can also be decrypted. The encryption process returns a value for its success and failures. This program also allows users to perform asymmetric key function with algorithms to encrypt and decrypt files.