<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:media="http://search.yahoo.com/mrss/"><channel><title>obfuscate on Ohidur's Blog</title><link>https://blog.ohidur.com/tags/obfuscate/</link><description>Recent content in obfuscate on Ohidur's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>me@ohidur.com (Ohidur Rahman Bappy)</managingEditor><webMaster>me@ohidur.com (Ohidur Rahman Bappy)</webMaster><copyright>©{year} Ohidur.com</copyright><lastBuildDate>Thu, 07 Jan 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.ohidur.com/tags/obfuscate/index.xml" rel="self" type="application/rss+xml"/><item><title>Obfuscating python source code with pyarmor</title><link>https://blog.ohidur.com/posts/python/articles/obfuscating-with-pyarmor/</link><pubDate>Thu, 07 Jan 2021 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Mon, 08 Mar 2021 14:06:10 +0600</atom:modified><guid>https://blog.ohidur.com/posts/python/articles/obfuscating-with-pyarmor/</guid><description>PyArmor is a command line tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts. It protects Python scripts by the following ways:
Install pyarmor pip install pyarmor
Obfuscate code object to protect constants and literal strings. Obfuscate co_code of each function (code object) in runtime. Clear f_locals of frame as soon as code object completed execution. Verify the license file of obfuscated scripts while running it.</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>pyarmor</category><category>obfuscate</category><category>python</category></item></channel></rss>