I need a line hashing function that will give identical results in Delphi XE2 and PHP. What are my options? Preference will be given to a free, simple and cryptographically secure solution.
You can try the SHA1, crc32 or md5 algorithms, all of this is part of the PHP core, and there are many Delphi implementations.
Have you tried common hash functions like \sha1() ?
\sha1()
Source: https://habr.com/ru/post/914947/More articles:Why can a function with a protected modifier be overridden and available everywhere? - access-modifiersCall the static method selector from a separate class - objective-cJumping to Ruby bang using Ctags in Vim - ruby ββ| fooobar.combash: reading text from a string one character at a time, with space - bashHow to start only one stage in my bamboo assembly? - bambooAO allback server closed: terminating callbacks - javascriptJava program running in the background - javaRunning Linux script for Java application - javaHow to install a Java application as a service - javaProblems building XobotOS - eclipseAll Articles