I'm looking for an encryption method to encrypt a string. The important thing is the output result (because of some reasons).The security is not very important but speed is.
I was testing some algorithm and on my case it's really important to have not some characters like "+" and "=" on output result.
Is it possible to handle it, if yes which encryption algorithm or method I can use?