wahern / luaossl

Most comprehensive OpenSSL module in the Lua universe.

Home Page:http://25thandclement.com/~william/projects/luaossl.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I decrypt a digest?

ghoomfrog opened this issue · comments

commented

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

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

commented

@daurnimator Stupid me.