Creating a Crypt Object

The crypt class does not have a separate function for instantiating an object (such as CreateCrypt.) Instead, you instantiate a crypt object using the CreateObject function, using the keyword Crypt.

&cry = CreateObject("Crypt");

See CreateObject.