Associate
Ive written an encryption/ decryption program using C where the user logs in entering a username and password which is encrypted using SHA-1. The user is given the option to encrypy/decrypt files using 3DES-ECB or AES and also to share the files with another user (using RSA).
But what i wouldnt mind learning because ive never done it before is instead of the user inputting the info in the usual ms DOS prompt which ive always used is to make it a more professional looking and user friendly interface like the windows forms etc. i.e the type you see when you log into web sites etc, to be honest im not too sure what there called.
This is for a uni project ive been given and ive written it in C, any ideas? how should i go about this? there any webbies/programs out there? books i should read etc, reason i ask is because i have to give a demonstration to the supervisor and want to stand out from the rest
Tour
But what i wouldnt mind learning because ive never done it before is instead of the user inputting the info in the usual ms DOS prompt which ive always used is to make it a more professional looking and user friendly interface like the windows forms etc. i.e the type you see when you log into web sites etc, to be honest im not too sure what there called.
This is for a uni project ive been given and ive written it in C, any ideas? how should i go about this? there any webbies/programs out there? books i should read etc, reason i ask is because i have to give a demonstration to the supervisor and want to stand out from the rest
Tour