Pablo Virolainen
Wed, 28 Jul 2010 08:53:27 -0700
28.07.2010 15:59, Steve Skinner kirjoitti: > I am running RHEL 5.1 (2.6.10-194) aide 0.13.1 > > I am trying to understand the format of the sha256 value in the db > file. I have it being checked on my system but the value in the db > file does not equate to the output of sha256sum. How is the sha256 > value provided and checked? > > Thanks in advance. >
pa...@ubuntu:~/projects/aide$ sha256sum COPYING
b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf COPYING
pa...@ubuntu:~/projects/aide$ grep COPYING aide.db.new |awk '{print
$11}'|base64 -d|hexdump -v -e '32/1 "%02x" "\n"'
b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf
pa...@ubuntu:~/projects/aide$
Seems to match.
Pablo
_______________________________________________
Aide mailing list
Aide@cs.tut.fi
https://mailman.cs.tut.fi/mailman/listinfo/aide