wahern / luaossl

Most comprehensive OpenSSL module in the Lua universe.
http://25thandclement.com/~william/projects/luaossl.html
Other
140 stars 49 forks source link

How can I decrypt a digest? #184

Closed ghoomfrog closed 4 years ago

ghoomfrog commented 4 years ago

I've got my key, digest and signature. Now, how can I get the string passed to digest:update (without :final) back?

daurnimator commented 4 years ago

you don't. it has been hashed into the state.

ghoomfrog commented 4 years ago

@daurnimator Stupid me.