Thank you for the quick response. I was looking at the actual value that was in the aide.db file without doing any filtering with base64 and hexdump. That is what I needed.
On Wed, Jul 28, 2010 at 10:53 AM, Pablo Virolainen <[email protected]> wrote: > 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 > [email protected] > https://mailman.cs.tut.fi/mailman/listinfo/aide > -- http://www.lonestarfishing.com
_______________________________________________ Aide mailing list [email protected] https://mailman.cs.tut.fi/mailman/listinfo/aide
