I am using the encryptor gem from https://github.com/shuber/encryptor and need to be able to have a url safe values. Is there an algo. that support this?
I am using the encryptor gem from https://github.com/shuber/encryptor and need to be able to
Share
I decided to base64 encode the encryption result.