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)
Translating python RSA and Cipher_PKCS1_v1_5 code to java/kotlin
I have some small python code that I want to translate into the equivalent Java/Kotlin code. The python code gets a key off a JSON and encodes it to utf-8 standard. It then base64 decodes it and seem...
Adrian Le Roy Devezin
Votes: 0
Answers: 0
Is there a Powershell equivalent for aspnet_regiis key container import/creation?
I support a variety of older and newer ASP.NET-based applications, all of which rely on a standard key container for credential encryption. I am migrating much of the setup/configuration support for t...
David W
Votes: 0
Answers: 0
SwiftyRSA transformation to match "RSA/ECB/OAEPWithSHA-256AndMGF1Padding" in kotlin
Implementing RSA encryption on kotlin is so simple first of all I used transformation
"RSA/ECB/OAEPWithSHA-1AndMGF1Padding" then we changed it to support SHA-256 and changing the above code ...
4kr4m
Votes: 0
Answers: 0
RSA encryption in Python unable to decrypt in Java
I make RSA encryption in python with private key and cannot decrypt in Java with public key. Below is Python/Java source codes and exception.
I tried multiple combinations with PKCS1_OAEP and hash alg...
Mikhail.Mamaev
Votes: 0
Answers: 0