pspec.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>aeskeyfind</Name>
  6. <Homepage>http://citp.princeton.edu/memory/code/</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <PartOf>util.crypt</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>A tool for locating AES keys in a captured memory image.</Summary>
  15. <Description>This program illustrates automatic techniques for locating 128-bit and 256-bit AES keys in a captured memory image.</Description>
  16. <Archive sha1sum="1b7c267be4b5adec54af2adf67a6733e2bb7896a" type="targz">http://citp.princeton.edu/memory-content/src/aeskeyfind-1.0.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>aeskeyfind</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/bin</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. </Files>
  24. </Package>
  25. <History>
  26. <Update release="1">
  27. <Date>2016-03-30</Date>
  28. <Version>1.0</Version>
  29. <Comment>First Pisi Built with Docker</Comment>
  30. <Name>İbrahim KARAGÜZEL</Name>
  31. <Email>karaguzelibrahim@gmail.com</Email>
  32. </Update>
  33. </History>
  34. </PISI>