<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cybersecurity | The ThriveMonger</title>
	<atom:link href="https://thrivemonger.com/tag/cybersecurity/feed/" rel="self" type="application/rss+xml" />
	<link>https://thrivemonger.com</link>
	<description>Business Coaching and Fractional Executive for Scale-Ups - ExO</description>
	<lastBuildDate>Tue, 19 Jul 2022 11:13:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://thrivemonger.com/wp-content/uploads/2023/11/cropped-ThriveMonger-Icon-32x32.png</url>
	<title>cybersecurity | The ThriveMonger</title>
	<link>https://thrivemonger.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">203600053</site>	<item>
		<title>Non invertible functions &#8211; The Daily PPILL #117</title>
		<link>https://thrivemonger.com/business-and-innovation-tdp/non-invertible-functions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=non-invertible-functions</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 19 Jul 2022 12:50:00 +0000</pubDate>
				<category><![CDATA[Daily PPILL]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">https://channelmeister.com/?p=2086</guid>

					<description><![CDATA[<a href="https://thrivemonger.com/business-and-innovation-tdp/non-invertible-functions/" title="Non invertible functions &#8211; The Daily PPILL #117" rel="nofollow"><img width="1536" height="1024" src="https://thrivemonger.com/wp-content/uploads/2022/07/road-street-sign-way-1536x1024.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="road street sign way" style="display: block; margin: auto; margin-bottom: 5px;max-width: 100%;" link_thumbnail="1" decoding="async" fetchpriority="high" srcset="https://thrivemonger.com/wp-content/uploads/2022/07/road-street-sign-way-1536x1024.jpg 1536w, https://thrivemonger.com/wp-content/uploads/2022/07/road-street-sign-way-1280x853.jpg 1280w, https://thrivemonger.com/wp-content/uploads/2022/07/road-street-sign-way-980x653.jpg 980w, https://thrivemonger.com/wp-content/uploads/2022/07/road-street-sign-way-480x320.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1536px, 100vw" /></a><p>The utility of things may not be evident.<br />
Sometimes, the very thing that we believe makes something useless, is what makes them special.</p>
The post <a href="https://thrivemonger.com/business-and-innovation-tdp/non-invertible-functions/">Non invertible functions – The Daily PPILL #117</a> appeared first on <a href="https://thrivemonger.com">The ThriveMonger</a>.]]></description>
										<content:encoded><![CDATA[<a href="https://thrivemonger.com/business-and-innovation-tdp/non-invertible-functions/" title="Non invertible functions &#8211; The Daily PPILL #117" rel="nofollow"><img width="1536" height="1024" src="https://thrivemonger.com/wp-content/uploads/2022/07/road-street-sign-way-1536x1024.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="road street sign way" style="display: block; margin: auto; margin-bottom: 5px;max-width: 100%;" link_thumbnail="1" decoding="async" srcset="https://thrivemonger.com/wp-content/uploads/2022/07/road-street-sign-way-1536x1024.jpg 1536w, https://thrivemonger.com/wp-content/uploads/2022/07/road-street-sign-way-1280x853.jpg 1280w, https://thrivemonger.com/wp-content/uploads/2022/07/road-street-sign-way-980x653.jpg 980w, https://thrivemonger.com/wp-content/uploads/2022/07/road-street-sign-way-480x320.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1536px, 100vw" /></a><p class="has-drop-cap wp-block-paragraph">This is quite a nerdy one. </p>



<p class="wp-block-paragraph">One of the things used quite a lot in cryptography, is what are called “non invertible functions”. These are mathematical functions that by operating on something they give you a result, but the inverse function either doesn’t exist, or its output is undefined (meaning that is not unique). Non-invertible functions are used -for example- to encrypt passwords. Before storing a password, you can encrypt it, and if the function utilized is a non-invertible, it would be impossible to know what the password is, the only thing that can be done, is to run the function on the password someone has entered, and check if it matches what it’s in storage.</p>



<p class="wp-block-paragraph">It is part of what makes passwords secure.</p>



<p class="wp-block-paragraph">Many of the concepts utilized in cybersecurity come from ages-old concepts and techniques adapted to the modern technology.</p>



<p class="wp-block-paragraph">That’s how we got “man in the middle”, “bastion”, and -believe it or not- two-factor authentication. Remember the stories about King Arthur or some other powerful being going undercover and then showing a tattoo and a passphrase? What do you think that was about?</p>



<p class="wp-block-paragraph">So this got me thinking on non-invertible functions outside of these complex mathematical functions. Most of the functions we learn through school are all invertible, making algebra possible.  You know, sum has subtraction, sine has arc-sine, etc., so I was hard pressed, except, I was looking in all the wrong places.</p>



<p class="wp-block-paragraph">It looks like in real life -actually- non-invertible functions are more common than the other type. The typical one is when you recognize that “it is pretty hard to put the toothpaste back into the tube”. When you burn something, it is pretty hard to undo that from the ashes. How could we use this property for other purposes?</p>The post <a href="https://thrivemonger.com/business-and-innovation-tdp/non-invertible-functions/">Non invertible functions – The Daily PPILL #117</a> appeared first on <a href="https://thrivemonger.com">The ThriveMonger</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2086</post-id>	</item>
	</channel>
</rss>
