SOTAVerified

CipherSniffer: Classifying Cipher Types

2023-06-13Code Available0· sign in to hype

Brendan Artley, Greg Mehdiyev

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Ciphers are a powerful tool for encrypting communication. There are many different cipher types, which makes it computationally expensive to solve a cipher using brute force. In this paper, we frame the decryption task as a classification problem. We first create a dataset of transpositions, substitutions, text reversals, word reversals, sentence shifts, and unencrypted text. Then, we evaluate the performance of various tokenizer-model combinations on this task.

Tasks

Reproductions