You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if you'll see this but, I'm very curious about how you figured out the director salt?
var salt = Convert.FromBase64String( "STlqJGd1fTkjI25CWz1hK1YuMURseXA/UnU5QGp6cF4=" );
I found the key they use to sign the certificates by decompiling Composer but can't find any references to the salt?
How did you figure out which salt to use?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Gary,
Not sure if you'll see this but, I'm very curious about how you figured out the director salt?
var salt = Convert.FromBase64String( "STlqJGd1fTkjI25CWz1hK1YuMURseXA/UnU5QGp6cF4=" );
I found the key they use to sign the certificates by decompiling Composer but can't find any references to the salt?
How did you figure out which salt to use?
Thanks!
Luis
Beta Was this translation helpful? Give feedback.
All reactions