Skip to content

Instantly share code, notes, and snippets.

@MarkowMedia
MarkowMedia / WIngIDE_Keygen.py
Created March 18, 2022 19:24 — forked from darkr4y/WIngIDE_Keygen.py
WIngIDE_Keygen.py
#!/usr/bin/env python
#coding:utf-8
#author blog link - http://blog.csdn.net/stevendbaguo/article/details/37320705 thx
import sha
import string
BASE2 = '01'
BASE10 = '0123456789'
BASE16 = '0123456789ABCDEF'
BASE30 = '123456789ABCDEFGHJKLMNPQRTVWXY'
BASE36 = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'
@MarkowMedia
MarkowMedia / Wing IDE 2-8.x - keygen.py
Created March 18, 2022 19:34 — forked from cw2k/Wing IDE 2-8.x - keygen.py
Activation helper for Wingware Wing IDE 2-8
################################
# Wing IDE Professional 8.x KeyGen
# https://wingware.com/downloads
# for Python3.x
# uncomment these to get also support for Python2.7
#from __future__ import print_function
# try:
# from future import standard_library