Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Need to know if the user has been away from the computer for a while? Use SRP_Get_IdleTime to determine the amount of time the user has not touched their mouse or keyboard. Useful if you need release resources that are tied up due to end user neglect.

OI programmers deal with dates and times a lot. SRP_Date, SRP_Time, and SRP_DateTime provide a host of useful services to help you manipulate dates and types with ease.

Cryptography Functions

The SRP Utilities library includes cryptography support. Generating check sums for verification and digital signatures can be achieved using the SRP_Hash function. Need to encode binary data in a format suitable for transfer or printing? Use the SRP_Encode and SRP_Decode functions. All cryptography functions are flexible, fast and secure.

...