In this article, security expert Carol Woodbury advises how to keep your IBM i secure.
By Carol Woodbury
When I was asked to write this article, my thought was, haven't I written this article before? The answer is yes, but it's been awhile and times have changed, so there are new issues to be aware of when considering security best practices for i.
Obfuscation protects your source code from potential security threats while keeping the application's functionality in place.
By Joydip Kanjilal
Obfuscation is a process that involves converting your source code and data into an equivalent code or format such that it becomes difficult to reverse-engineer it using the decompiler tools without changing any of the application's code or functionality. This article discusses what obfuscation is, what the benefits of obfuscation are, and how you can use obfuscating tools in .NET, Java, and even JavaScript to prevent your code from potential threats.