• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C++
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cryptanalysis of El Gammal assymetric cryptosystem (Discrete logarithm problem aka DLP) using using index calculus algorithm (thanks to Adleman, the 'A' of RSA)

More Repositories

1

PROTECTION.Beemeal_FileShadow

Protects a file against antivirus so that one can exfiltrate malware samples for analysis without being blocked by mail gateway security scanners
C++
4
star
2

PROTECTION.migale_eraser

Migale Eraser is a tool permitting to erase securely any file or folder of your hard-drive, preventing from any undelete or recovery using forensic tools.
C++
3
star
3

PROTECTION.Beemeal_Source_Shadow

C++ project source code obfuscator (optimized for visual studio solutions)
Assembly
2
star
4

REVERSE.Beemeal_Cert_Remover

Tool permitting to remove a certificate from a PE file (EXE or DLL)
C++
2
star
5

REVERSE.Beemeal_Rand_Cracker

permits to find the random seed given by srand that permits to generate a pseudo-random sequence given by the user
C++
2
star
6

PROTECTION.Beemeal_Folder_Protector

permits to forbid access to a given folder, then later on unlock it to access it again
C++
2
star
7

PROTECTION.integrity_monitor

Monitor files on specific folder, or on all HDD. and detect new files (dropper) and modified files (infected) and store them into a vault for investigation by a malware analyst.
C++
2
star
8

Migale_Exosteg

Exosteg is a scanner that permits to detect , extract, decrypt contents hidden in pictures
1
star
9

PROTECTION.migale_packer_weak

implementation of a weak packer for students who want to understand principles of packers & PE format
C++
1
star
10

NETWORK.Beemeal_TCP_Replay

Permits to simulate a stock exchange, record all traffic, and replay this traffic afterward even when exchange is not up and running, it also permits to simulate exchange disconnections.
C++
1
star
11

CRYPTANALYSIS.MPI_BabyStep_GiantStep

Cryptanalysis of El Gammal with Baby step / Giant step algorithm using MPI parallel library
C++
1
star
12

CRYPTANALYSIS.BabyStep_GiantStep_GMP

Cryptanalysis of El Gammal with Baby step / Giant step algorithm using GMP Gnu multiple precision integers
C++
1
star