<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.fundamental-ramen.com/index.php?action=history&amp;feed=atom&amp;title=Python%2Fhashlib</id>
	<title>Python/hashlib - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.fundamental-ramen.com/index.php?action=history&amp;feed=atom&amp;title=Python%2Fhashlib"/>
	<link rel="alternate" type="text/html" href="https://wiki.fundamental-ramen.com/index.php?title=Python/hashlib&amp;action=history"/>
	<updated>2026-04-28T05:23:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.11</generator>
	<entry>
		<id>https://wiki.fundamental-ramen.com/index.php?title=Python/hashlib&amp;diff=1170&amp;oldid=prev</id>
		<title>Tacoball: Created page with &quot;&lt;source lang=&quot;python3&quot;&gt; def md5_hex(data):     if isinstance(data, str):         data = data.encode(&#039;ascii&#039;)     ho = hashlib.new(&#039;md5&#039;)     ho.update(data)     return ho.hexd...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.fundamental-ramen.com/index.php?title=Python/hashlib&amp;diff=1170&amp;oldid=prev"/>
		<updated>2019-10-01T03:25:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;python3&amp;quot;&amp;gt; def md5_hex(data):     if isinstance(data, str):         data = data.encode(&amp;#039;ascii&amp;#039;)     ho = hashlib.new(&amp;#039;md5&amp;#039;)     ho.update(data)     return ho.hexd...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;python3&amp;quot;&amp;gt;&lt;br /&gt;
def md5_hex(data):&lt;br /&gt;
    if isinstance(data, str):&lt;br /&gt;
        data = data.encode(&amp;#039;ascii&amp;#039;)&lt;br /&gt;
    ho = hashlib.new(&amp;#039;md5&amp;#039;)&lt;br /&gt;
    ho.update(data)&lt;br /&gt;
    return ho.hexdigest()&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tacoball</name></author>
	</entry>
</feed>