Skip to content

Releases: Ved235/CodeGuard

V1.2

30 Jun 14:45
ba11aba
Compare
Choose a tag to compare

Version 1.2 Release

What's new?

You can now provide a GitHub Repo, all the JavaScript and Python code in the Repo will be obfuscated. Also, we made dark mode!

V1.1

23 Jun 18:23
ca01117
Compare
Choose a tag to compare

Added some improvements and fixed some bugs in the website and API

Website:

  • Error on wrong language selection
  • Errors with better details

API:

  • No need now to mention lang while using the API
  • Landing page instead of error
  • redirect has been made if you don't want to redirect to the api.codeguard.tech if you are using this with your website especially using window.location

Extra:
In __init__.py in API, if it's JS code, it runs the things which obfuscates Python code

V1.0

22 Jun 04:02
Compare
Choose a tag to compare

This version is the first version for our project CodeGuard.

In this version, we support (.py) and (.js) code obfuscations!