minetest-mods / mesecons

Mod for Minetest that adds digital circuitry [=Minecraft redstone]
https://mesecons.net
Other
211 stars 121 forks source link

added sha256 function to lua controller #690

Open Darin755 opened 1 week ago

Darin755 commented 1 week ago

This is a simple solution for #689

Darin755 commented 1 week ago

sha1 is not secure as it has known hash collisions. (where two different inputs get the same hash) It also is pretty easy to brute force.

I could probably add this to the docs. However, the lua controller docs are dated and not great so if get around to working on docs I will likely make some big changes.