I am retrieving crc32 hash lists that contain file names, not contents.
I need to be able to decrypt strings that are hashed names such as "vacationplans_2010.txt"
less than 25 characters long.
Is it possible?
This is a one-way hash function. It cannot be decrypted.
, , CRC32 -; ( ). - " -", CRC32 "" .
: 25 2 ^ 32, -. , , CRC32 - ( ). "" ( , , - , ).
, . - ( 25 ). - . CRC32 , ( , ). , . artice.
EDIT: ( , ):
, ..... , "hard" : x f (x), .- , , ( ) ( , ) ( -).- .
, ..... , "hard" : x f (x), .
- , , ( ) ( , ) ( -).
- .
A hash function since CRC32 calculates a simple given value (variable). The calculation is not reversible - i.e. You cannot reliably get the original value, given only the hash.
Source: https://habr.com/ru/post/1740315/More articles:How to get all ListBox items to submit an action - asp.net-mvcHow to close a JFrame by clicking a button? - javaAnt and Flex-4 problem, MXMLC.jar not found! - flexCan I use the Eclipse editor in my application? - eclipseI use a one-time deployment, but I have a new access file, but I need the old one - ms-accessHow to change a block template for a specific theorem environment (LaTeX beamer) - latexsp_executesql with 'IN' statement - sqlA common class of dispensers without variable patterns? - c ++How to write this JavaScript code without eval? - javascriptCan I add custom swipe operators in OneNote 2007? - mathAll Articles