Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converted rest of Cipher, JS & BitwiseOp modules #310

Merged
merged 6 commits into from
May 27, 2018

Conversation

mattnotmitt
Copy link
Collaborator

Converted ops:

  • "XOR" "BitwiseOp"
  • "XOR Brute Force" "BitwiseOp"
  • "OR" "BitwiseOp"
  • "NOT" "BitwiseOp"
  • "AND" "BitwiseOp"
  • "ADD" "BitwiseOp"
  • "SUB" "BitwiseOp"
  • "Blowfish Encrypt" "Cipher"
  • "Blowfish Decrypt" "Cipher"
  • "DES Encrypt" "Cipher"
  • "DES Decrypt" "Cipher"
  • "Triple DES Encrypt" "Cipher"
  • "Triple DES Decrypt" "Cipher"
  • "Derive PBKDF2 key" "Cipher"
  • "RC2 Encrypt" "Cipher"
  • "RC2 Decrypt" "Cipher"
  • "JavaScript Parser" "JS"
  • "JavaScript Beautify" "JS"
  • "JavaScript Minify" "JS"

@n1474335 n1474335 merged commit 905bc66 into gchq:esm May 27, 2018
@n1474335
Copy link
Member

Great work, thanks very much. We're nearly there now!

BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this pull request May 29, 2022
BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this pull request May 29, 2022
[FIX] UI Bug Fixes for Interactive Editor + Style Refactor
Fixes gchq#301
Fixes gchq#310 
Fixes gchq#311 
Fixes gchq#312
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants