python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
I'm using Caesar crypt and I'm able to encrypt my code but am not sure on how I'd decrypt it
I'm using Caesar crypt to encrypt a string sentence and I'm able to encrypt my code but am not sure on how I'd decrypt it. I have my shift pattern set and am able to print to my screen, but like I sai...
Eduardo Waller
Votes: 0
Answers: 0
Ceasar Cipher Encryption and Decryption with Java
I'm use Ceaser’s cipher (shifting the alphabet by a shift pattern) with the shift pattern of two and then encrypt a sentence to print it on screen. Then I'm trying to store the encrypted message in a ...
Juliana
Votes: 0
Answers: 2
A decipher which only deciphers every second letter
So I'm making a function to decipher rot13 or a variant of caesar's cipher. But for some reason it only deciphers every second letter... I have no clue what to change or do. Thanks
function rot13(str)...
Api.
Votes: 0
Answers: 2
How to encrypt string in ruby
The method below should take an "encrypted" string and return the string "unencrypted", but it is returning the error "undefined method `-' for nil (NoMethodError)"
I've ...

Daniel_Rocha
Votes: 0
Answers: 2