Skip to content

[Console] MD5 Hasher and comparer with custom settings. Version without UI that contacts thru Registry.

License

Notifications You must be signed in to change notification settings

MentallyStable4sure/MS4SArgLiteHasher

Repository files navigation

MS4SArgLiteHasher

[Console] Even more lite version of MD5 Hasher and comparer with custom settings. Version without UI that can compare and compute chekcsums into .txt file.

Version with UI [clickable]:

[EN] How to use? Run a build or Visual Studio project with arguments either '--compute' or '--compare', providing the path, filename and separator (for compare path1, path2) The result will be either:

.txt document with all hashes named with the filename you passed and registry key with path
--- OR ---
Registry Key with result TRUE/FALSE for comparer [Registry/HKEY_CURRENT_USER/MS4S in key COMPARE_HASH_ACTION_RESULT]



Examples:

To create file named checksum.txt with separator ':' you call arguments like that:

--compute C:\Users\user\Documents\GitHub\MS4SArgLiteHasher checksum :

Or to compare already compiled 2 files with different separators ':' and '♡♡♡♡' for example, it would be like that:

--compare C:\Users\user\Documents\GitHub\MS4SArgLiteHasher\checksum.txt D:\Apps\examples\checksum.txt : ♡♡♡♡ 
[RU] Как пользоваться? Запустить билд или приложение в Visual Studio с аргументами '--compute' или '--compare', так же указав путь, имя файла, и разделитель (для --compare нужно 2 пути, первого и второго файла через пробел) Результат:

.txt текстовый документ со всеми хеш-суммами в файле с названием который вы указали третьим аргументом после пути
--- ИЛИ ЖЕ ---
Ключ в реестре со значением TRUE/FALSE если используете сравнение [лежит в Редактор Реестра/HKEY_CURRENT_USER/MS4S в ключе который называется COMPARE_HASH_ACTION_RESULT]



Примеры аргументов:

Для создания файла с именем checksum.txt и разделителем ':' можете передать такие аргументы:

--compute C:\Users\user\Documents\GitHub\MS4SArgLiteHasher checksum :

Или же для сравнения двух уже скомпилированных файлов с хеш-суммами но например разными разьеденителями ':' и '♡♡♡♡' это будет выглядеть вот так:

--compare C:\Users\user\Documents\GitHub\MS4SArgLiteHasher\checksum.txt D:\Apps\examples\checksum.txt : ♡♡♡♡ 


[EN] i dont get it The same app but with User Interface (buttons and images, u tiktok kids) is located here: (its easier) https://github.com/MentallyStable4sure/MD5-Hasher
[RU] что-то я не понял, дядь Точно такое же приложение но с визуальным интерфейсом (букавы сложно) вот тут есть: (оно проще) https://github.com/MentallyStable4sure/MD5-Hasher