Question: How to reverse transformations
See original GitHub issueIf I say add:
transforms:
email: "md5" # The email field will be MD5-hashed
How do I retrieve the actual email?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Reverse graph transformation - H2 Maths Tuition
This question was posted by a student. " What is the series of transformation from f(3-x/2) to f(x)?" Here are 3 different methods...
Read more >Given points on transformed function find the ... - YouTube
Given points on transformed function find the original points Reverse Calculations.
Read more >How can I reverse the effect of a transformation matrix?
A more general way of asking the question might be: if I have a matrix M that takes coordinates from space A to...
Read more >SOLVED: Reversing the Order of Transformations Reverse the order ...
What happens if we reverse or change the order of the transformation? ... We don't have your requested question, but here is a...
Read more >Reversing graph transformations
Keywords: graph transformation, reversibility, transaction ... q can do a transition to state q then it can do the same transition to any...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you use Gravatar you can show visitor’s avatar with those hashed email. Gravatar use md5-hashed email as identifier.
I have the same question. MD5 hashing is specified in staticman.yml. The Staticman instance (mine is at Heroku) uses MD5 for two things.
I’m not sure why Staticman bothers with 3., since there’s not really anything I can do with the hashed email address. It was perhaps envisioned as a future flexibility when first implemented. One thing you might do is answer the question, “Has this person ever emailed me before?” If you MD5 hash a newly arrived email address and its hash matches one you already have in your repository, then the answer is “yes”.
My notes on Staticman at Heroku: https://spinningnumbers.org/a/staticman-heroku.html