Turtles
how to add a file select dialogue box to a console based app
hello! i know that you cant actually do what i said i wanted to do in the title of this post, but, i was wondering if there was some way to easily get from my console based code to something that would allow me to include a file select dialogue box
14 replies
encryption/decryption help
I have very recently learned c# and was wondering on how to implement a way to do encryption/decryption. what im trying to do is use the Blowfish-compat algorithm with the key "mothking". this is for a program where the user inputs a txt file and it either decrypts or encrypts it (depending on the user's choice) with the Blowfish-compat algorithm and the mothking key.
11 replies