So, I have a program that encrypts the users password, then unencrypts it when used. I used Poly RC4 but anti viruses seem to think it is a virus -_-. Does anyone know a good way to securely encrypt a 10-15 letter passcode then decrypt it without popping up a ton of false positives? Maybe one that does not use system.security.cryptography. It does not need to be super long and complicated, but it needs to be able to make the password secure, until used.
↧