Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 545 Bytes

cryptocad

Applications for scrambling and/or encrypting your CAD files.

Note: step files are currently the only formats supported. IGES and STL next. This is still very much a work in progress. Stay tuned for more.

Usage

To scramble:

:~$ sh step_functions.sh scramble 3 file.step

The scrambled file will be in output.step. To unscramble the output file:

:~$ sh step_functions.sh descramble 3 output.step

Note: you must use the same number for descrambling that you used for scrambling.