Skip to content

Instantly share code, notes, and snippets.

@vitasgul
vitasgul / huaiwei-unlock.py
Created May 6, 2017 01:16 — forked from DonnchaC/huaiwei-unlock.py
Huaiwei unlock code generator - Based on the disassembler generated C code in https://github.com/forth32/huaweicalc
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
import hashlib
import argparse
import binascii
import struct
def encrypt_v1(imei, key):