All Projects → cryptolu → whitebox

cryptolu / whitebox

Licence: other
White-box Analysis and Implementation Tools

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to whitebox

CosmicClone
Cosmic Clone is a utility that can backup\clone\restore a azure Cosmos database Collection. It can also anonymize cosmos documents and helps hide personally identifiable data.
Stars: ✭ 113 (+94.83%)
Mutual labels:  obfuscation, masking
slopShell
the only php webshell you need.
Stars: ✭ 208 (+258.62%)
Mutual labels:  obfuscation
Yguard
The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts
Stars: ✭ 130 (+124.14%)
Mutual labels:  obfuscation
Lime Crypter
Simple obfuscation tool
Stars: ✭ 217 (+274.14%)
Mutual labels:  obfuscation
Laravel Fakeid
Automatic model ID obfuscation in routes for Laravel
Stars: ✭ 161 (+177.59%)
Mutual labels:  obfuscation
Radon
Experimental Java bytecode obfuscator
Stars: ✭ 243 (+318.97%)
Mutual labels:  obfuscation
Sacara
Sacara VM
Stars: ✭ 114 (+96.55%)
Mutual labels:  obfuscation
gohide
tunnel port to port traffic over an obfuscated channel with AES-GCM encryption.
Stars: ✭ 62 (+6.9%)
Mutual labels:  obfuscation
AutoIt-Obfuscator
AutoIt Obfuscator lets you protect AutoIt script source code against analysis, reverse engineering & decompilation using advanced obfuscation techniques and polymorphic encryption.
Stars: ✭ 31 (-46.55%)
Mutual labels:  obfuscation
Vmprotect
Obfuscation method using virtual machine.
Stars: ✭ 204 (+251.72%)
Mutual labels:  obfuscation
Obfuscator Class
👨‍💻 Simple and effective Obfuscator PHP class (this is not a stupid base64 encoding script, but a real and effective obfuscation script)
Stars: ✭ 202 (+248.28%)
Mutual labels:  obfuscation
Androidlibrary
Android library to reveal or obfuscate strings and assets at runtime
Stars: ✭ 162 (+179.31%)
Mutual labels:  obfuscation
Wg Manager
A easy to use WireGuard dashboard and management tool
Stars: ✭ 248 (+327.59%)
Mutual labels:  obfuscation
Swiftshield
🔒 Swift Obfuscator that protects iOS apps against reverse engineering attacks.
Stars: ✭ 1,906 (+3186.21%)
Mutual labels:  obfuscation
jlsca-tutorials
Tutorials and examples on how to use Jlsca, the high-performance side channel analysis toolkit written in Julia
Stars: ✭ 43 (-25.86%)
Mutual labels:  cryptography-tools
Deoptfuscator
Deobfuscator for Android Application
Stars: ✭ 115 (+98.28%)
Mutual labels:  obfuscation
Inline syscall
Inline syscalls made easy for windows on clang
Stars: ✭ 232 (+300%)
Mutual labels:  obfuscation
pagecrypt
Password Protected Single Page Applications and HTML files
Stars: ✭ 124 (+113.79%)
Mutual labels:  cryptography-tools
Mosey
A free and open source java bytecode obfuscator, experimental
Stars: ✭ 43 (-25.86%)
Mutual labels:  obfuscation
Yansollvm
Yet Another Not So Obfuscated LLVM
Stars: ✭ 180 (+210.34%)
Mutual labels:  obfuscation

White-box Analysis and Implementation Tools

This repository contains various tools for (crypt)analysis and implementation of white-box designs. Currently, it has two major parts.

White-box Algebraic Security

This folder contains proof-of-concept code for the paper

Attacks and Countermeasures for White-box Designs
by Alex Biryukov and Aleksei Udovenko (ASIACRYPT 2018)

The code is splitted into three parts:

  1. Implementation: Proof-of-concept implementation of AES using the new nonlinear masking scheme.
  2. Verification: Code for verifying algebraic security of gadgets.
  3. Attacks: Several attacks from the paper.

Slides from the ASIACRYPT presentation are available.

Paper is available.

Requirements: Python2, SageMath, PyPy2 (recommended)

@inproceedings{AC18BU,
  author    = {Alex Biryukov and
               Aleksei Udovenko},
  title     = {Attacks and Countermeasures for White-box Designs},
  booktitle = {{ASIACRYPT} {(2)}},
  series    = {Lecture Notes in Computer Science},
  volume    = {11273},
  pages     = {373--402},
  publisher = {Springer},
  year      = {2018}
}

Synthesis Tools for White-box Implementations

This repository contains a framework for implementing and analysing circuit-based implementations. It was presented at the WhibOx 2019 workshop by Aleksei Udovenko. It is basically a separated and improved version of the implementation framework used in the White-box Algebraic Security part.

Slides from the workshop are available.

Requirements: Python2, SageMath, PyPy2 (recommended). Python 3 support may be added soon.

@misc{WB2019U,
  author    = {Aleksei Udovenko},
  title     = {Synthesis Tools for White-box Implementations},
  howpublished = {WhibOx 2019. White-Box Cryptography and Obfuscation (2nd Edition)},
  year      = {2019}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].