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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
console.log(`Running with Secret From '${enc_key.split(':')[0]}'\nHash (encoded hex): '${crypto.createHash('sha256').update(enc_key[1]).digest('hex')}'\n`)
console.log(`Running with Client Secret From 'hrichik' (ofc, the client would be always mine) \nNotHash (human readable english text): 'not need to show cause it is my secret hahahahahahaha (useless to show anyways)'\n`)
console.log(`Running with RSA Private Key From 'some-guy-currently-me-but-in-future-it-maybe-lmg-or-someone-will-update-here'\nPublic key: '${publicKey}'`)