python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
microsoft visual c++ 10.0 is required
my current OS is Windows 11 Pro - 64 bit ( Version: 21H2 )
I need to work on a python project that requires python 3.4.3 and django 2.0.3
my problem is the project also requires me to install cryptogr...

Irfan Harun
Votes: 0
Answers: 0
ROT2 cipher resulting in different than expected characters when deciphered with Python
I was having fun solving the riddles from the Pythonchallenge website
when I stumbled upon a weird behaviour:
With this input:
*g fmnc wms bgblr rpylqjyrc gr zw fylb. rfyrq ufyr amknsrcpq ypc dmp. bmg...

apingaway
Votes: 0
Answers: 2
Verify Signature with a base64 public key NID_secp384r1 with openSSL
I am trying to verify a signature with openssl 1.1.1k, but I have trouble importing the DER-encoded SPKI formatted public key that I generated with SubtleCrypto Web Crypto API.
Decoded public key with...
Csuszmusz
Votes: 0
Answers: 1
base58 decoding & storing big numbers?
I am trying to make a base58 decoder in c following this tutorial
https://learnmeabitcoin.com/technical/base58
To convert a base58 value in to base10,
you take each character index and multiply it wit...

user14570759
Votes: 0
Answers: 1