2

Is it possible to calculate the MD5 Checksum of a string with a native command on AIX OS? On Linux system yuo can use the md5sum function, but it looks like that the command is missing on AIX OS.

Duncan_McCloud
  • 543
  • 9
  • 24

1 Answers1

3
csum -h MD5

It is in bos.rte starting in AIX 5.3

pedz
  • 2,271
  • 1
  • 17
  • 20