Closed ld57 closed 7 years ago
Nice improvement, can you expand on what rules came out in 2017? Is it something in your business or some internet-wide recommendation that came out and I know nothing about?
BTW, this is a discussible non-issue issue, AKA: can be tracked here! http://forum.readonlyrest.com/
Great @sscarduzio you gave us a forum ! Thanks ! Going to !
Well , as you may know sha1 certificate are no more supported by browser by this year. While it is normally only related to external relation, in my company security team decided (on their own) that all certificates, encryption method and stuff have to support sha256 and no more sha1 use.
Since I fight to prove that elk stack is more interesting than splunk, I must convince on all plan that elk is better (cost, easy access, transferable, and secure, etc...), whatever I disagree their approach.
Here is my challenge, convincing them to choose elk vs splunk to use in company. Ld
yeah make super sense. Let's do this.
Closing , transfered into the new forum
Hi Simone,
it would be nice to add in roadmap the support of sha256 to replace sha1, due to new rules since start of 2017.
also maybe we could include a short executable to do that , in like "tools".
for now on my side I did this script (powershell)
it asks for a string ( enter login:password ) and it returns sha1, sha256 and also base64 crypted and converted.
I am not good at java, but maybe someone could translate this. Or what about python ?
an improvement : instead of requesting "just" the string to convert, it should be a good idea to split into 2 questions, one for login, one for password, and rebuild the string by $login + ":" + $password before encrypting.
Ld57