ahkscript / awesome-AutoHotkey

A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources.
2.57k stars 264 forks source link

New Item: Checksums #86

Closed hoppfrosch closed 7 years ago

hoppfrosch commented 8 years ago

Item to be added:

Checksums

Author of the new item

Bentschi, Skan, just me, IsNull, jNizM

Awesome-AHK chapter the item should be added to

Libraries - Maths

Description of the new Item

Collection of funtions to calculate:

https://autohotkey.com/boards/viewtopic.php?f=6&t=21

Source Links:

https://github.com/jNizM/AutoHotkey_Scripts/tree/master/Functions/Checksums

hi5 commented 8 years ago

Wouldn't this be as / more useful https://github.com/ahkscript/LibCrypt.ahk :grey_question:

hoppfrosch commented 8 years ago

Thanks for your response/suggestion - that's what I hope for when I suggest a new item to add as a new issue here - with the label discussion ;-). Else if there's no reaction from other board members I'm gonna add my suggestion after a certain period of time.

I haven't seen/noticed this library before (or haven't remebered it). As I was searching for SHA-256 on the forum I found jNizM's collection, which satisfied my needs ... and as no crypt library was on our list yet, I suggested this one.

You might be right: as joedf's library has included jNizM's functions we probably should list joedf's one,

But I don't mind ...

joedf commented 8 years ago

I see that both could be included, but simply mention in the description the availability of alternatives.

hoppfrosch commented 8 years ago

Really both? It seems thy https://github.com/ahkscript/LibCrypt.ahk includes https://github.com/jNizM/AutoHotkey_Scripts/tree/master/Functions/Checksums - at least the comments on libcrypt say this .... (so the code should be almost identical ...)

joedf commented 8 years ago

Hmm... Maybe you're right. Then I would put only libcrypt.ahk, as it mentions everyone's contributions.

hoppfrosch commented 8 years ago

As there were no more objections, libcrypt should be added