Process data with Ritchey Hashing Algorithm v3. Returns checksum as a string success. Returns "FALSE" on failure. This process is extremely intensive, and the workload increases with data size so it is only practical for very small data sets.
Process data with Ritchey Hashing Algorithm v3. Returns checksum as a string success. Returns "FALSE" on failure. This process is extremely intensive, and the workload increases with data size so it is only practical for very small data sets.
Decrypt a file from Ritchey Encryption i1 v1. Returns "TRUE" on success. Returns "FALSE" on failure.
Encrypt a file using Ritchey Encryption i1 v1. Returns "TRUE" on success. Returns "FALSE" on failure.
Encrypt a file using Ritchey Encryption i1 v1. Returns "TRUE" on success. Returns "FALSE" on failure.
Decrypt a file from Ritchey Encryption i1 v1. Returns "TRUE" on success. Returns "FALSE" on failure.
Convert decimal representation (numbers 0-255) to data. Returns the data as a string on success. Returns "FALSE" on failure.
These steps will set the default value for automatic USB suspending to off. Individual devices can still be changed to have it enabled specifically for them.
Get the contents of lines in a file between line containing a prefix, and line containing a postfix. Returns lines on success. Returns "FALSE" on failure.
Get the content of a line in a file based on the start of the line. Returns line on success. Returns "FALSE" on failure.
Get value of commandline argument. Returns argument value (meaning the next argument) on success. Returns "NULL" if argument has no value (meaning there is no next argument). Returns "FALSE" on failure.