<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://techdoku.nogafam.es/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://techdoku.nogafam.es/feed.php">
        <title>NoBIGTech Wiki Técnico - docu:csheet:ofsec:priv</title>
        <description></description>
        <link>https://techdoku.nogafam.es/</link>
        <image rdf:resource="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-11T12:01:32+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:ofsec:priv:image_metadata&amp;rev=1599393986&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:ofsec:priv:verify_gpg&amp;rev=1584056627&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:ofsec:priv:video_metadata&amp;rev=1599345665&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>NoBIGTech Wiki Técnico</title>
        <link>https://techdoku.nogafam.es/</link>
        <url>https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:ofsec:priv:image_metadata&amp;rev=1599393986&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-06T12:06:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>image_metadata</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:ofsec:priv:image_metadata&amp;rev=1599393986&amp;do=diff</link>
        <description>How to remove all metadata from an image on Linux



Install the package (on Debian-based)


apt install libimage-exiftool-perl


We can now remove the metadata


# syntax
exiftool -all=[VALUE] [AFILEORFILES]

# example:
exiftool -all= *.jpg


This operation also changes file modification time, if you want to recover the modification time of files you can do it with a simple find/sed command</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:ofsec:priv:verify_gpg&amp;rev=1584056627&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-12T23:43:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>verify_gpg</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:ofsec:priv:verify_gpg&amp;rev=1584056627&amp;do=diff</link>
        <description>Verify files with GPG signatures (example: TorBrowser)



This little snippet helps you understand the basics of verifying files with their GPG signatures (.asc)


# download the keys from key-server (command can be different)
gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org

# export the keyring given the public key (in this case: EF6E286DDA85EA2A4BA7DE684E2C6E879328290)
gpg --output ./tor.keyring --export 0xEF6E286DDA85EA2A4BA7DE684E2C6E879328290

# verify the xz fil…</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:ofsec:priv:video_metadata&amp;rev=1599345665&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-05T22:41:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>video_metadata</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:ofsec:priv:video_metadata&amp;rev=1599345665&amp;do=diff</link>
        <description>Remove all metadata from ANY video file using ffmpeg



Just copy the audio and video streams and remove the metadata:


ffmpeg -i in.mov -map_metadata -1 -c:v copy -c:a copy out.mov




Source: &lt;https://superuser.com/questions/441361/strip-metadata-from-all-formats-with-ffmpeg&gt;</description>
    </item>
</rdf:RDF>
