python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I convert my short C# code to java
I am trying to convert the following C# code to java in order to add it to my new app.
The C# code is the short one below and the JAVA is what I managed to pick up but I am sure I did not an identical...
dandan21
Votes: 0
Answers: 1
Upgrading from phpseclib 2 to 3
I inherited a project years ago and and we started randomly having issues with phpseclib 2.x not decrypting anymore just a few days ago and I'm pulling my hair out on this one. No code changed in our ...
Jestep
Votes: 0
Answers: 1
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