Skip to content

Tags: pfmonville/enigmaX

Tags

3.6.6

Toggle 3.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

3.6.5

Toggle 3.6.5's commit message
fix force option

- fix force option that was not working properly
- update compilation instructions (add optimization that improves execution speed)

3.6.2

Toggle 3.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update to 3.6.2

3.6.1

Toggle 3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
close testFile properly

3.6

Toggle 3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
tweak display

further tweaking display
now the minimum width is 26

3.5

Toggle 3.5's commit message
3.5

+ add the option to randomize the name of the output file (with or without its extension)

3.4.1

Toggle 3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update PRNG algorithm

as mentioned in the implementation of xorshift1024* (https://xoroshiro.di.unimi.it/xorshift1024star.c)
it should use another multiplier

3.4

Toggle 3.4's commit message
3.4

+ Add a secure way to delete the source file (with option -d), now it overwrites the source file with the encrypted one. Except when the source is a folder then the it is just removed by the system (not as secure).
~update all texts accordingly

3.3.1

Toggle 3.3.1's commit message
add precision for mac users

bashrc is only for linux
bash_profile is for mac users

3.3

Toggle 3.3's commit message
3.3

rearrange the code so the main is much more readable (in preparation for
splitting the file because it grow big since the beginning and it's
time)
+ add a system that prevent someone to read the password in ram
+ handle more cases in prompt and arguments in terminal