SAT Format “Encryption”

ezdxf.tools.crypt.encode(text_lines: Iterable[str]) Iterable[str]

Encode the Standard ACIS Text (SAT) format by AutoCAD “encryption” algorithm.

ezdxf.tools.crypt.decode(text_lines: Iterable[str]) Iterable[str]

Decode the Standard ACIS Text (SAT) format “encrypted” by AutoCAD.