# --- # Validate Mnemonic # --- require 'digest' mnemonic = "punch shock entire north file identify" puts "mnemonic: #{mnemonic}" # Get the wordlist wordlist = File.readlines("wordlist.txt").map { |word| word.chomp} # remove new lines from end of each word # Convert mnemonic to...
Write-ups Solid Talk on reversal of Math.random (in-game, infact) and how it is done , Context: Mess Detection by EarthComputer☆☆☆ Powerpoint Presentation by jurrejelle on Reverse Engineering Minecraft RNG☆☆☆ On Lattice Basics by EDDxample☆☆☆ MAZE 3000 CTF...