Please enable JavaScript to view this site.

A-Shell Development History

The MIAMEX, MX_PWCRYPT optional type argument allows you to create the original 7-bit style password encryption used by earlier versions of ATE, in addition to the newer 8-bit style. The two types of encrypted passwords can be distinguished by the first byte: chr(1) indicates type 1 (7 bit), while chr(2) indicates type 2 (8 bit).

xcall MIAMEX, MX_PWCRYPT, clearpw$, cryptpw$ {,type}

By default it uses type 2.