Small unix-like tool that requires Deno to decrypt or encrypt Factorio blueprints.
Just pipe the encrypted or decrypted content to the factorio-blueprint
script and adjust your parameters.
--decrypt
,-dec
,-d
: takes the "Blueprint String" and produces a minified JSON output--encrypt
,-enc
,-e
: takes the decrypted JSON output (minified or pretty, it doesn't matter) and produces the "Blueprint String"--pretty
,-p
: produces a pretty JSON output instead of a minified one