Skip to content

limelight-mint/LiteCheckSummer

Repository files navigation

LLM LiteHasher [CheckSummer]

[Console] Even more lite version of MD5 CheckSummer 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/prime-lime 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\LiteHasher 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\LiteHasher\checksum.txt D:\Apps\examples\checksum.txt : ♡♡♡♡ 
[RU] Как пользоваться? Запустить билд или приложение в Visual Studio с аргументами '--compute' или '--compare', так же указав путь, имя файла, и разделитель (для --compare нужно 2 пути, первого и второго файла через пробел) Результат:

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



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

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

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

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

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


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/limelight-mint/MD5-CheckSummer

About

[Console] [Lite ver.] [Checksum tool] Argument-like command tool for checksum and compare

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages