Re: [foreman-dev] encryption/decryption functionality

2016-11-29 Thread Lukas Zapletal
AFAIK we are not using any self-develop cryptography, just regular Ruby and Rails algorighms like md5, sha, X509, UNIX crypt, ActiveSupport::MessageEncryptor and stuff like that. If you are going to do security audit, please share your results. Keep in mind that if you found a security bug, use

[foreman-dev] encryption/decryption functionality

2016-11-29 Thread 'Aditya Gupta' via foreman-dev
Hello All, We are planning to use foreman for deployment and we need to answer below question to classify whether we can use it or not : 1) 2) Does it contain any kind of encryption/decryption functionality besides a. Authentication b.Hashing