Showing posts with label Digital Forensic. Show all posts
Showing posts with label Digital Forensic. Show all posts

Wednesday, December 12, 2018

Search old pages, Archive of webpages


[1] https://web.archive.org
      for example compelligence.com
                          grpiaa.inf.pucp.edu.pe

Image Flip to use on nemo

  code in python for flip horizontal images: from PIL import Image import os import sys def flip_horizontal(input_path):     # Split filenam...