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)
Python equivalent to java encryption
In my company, we have java class for encrypt/decrypt-ing small strings such as passwords.
Running the java code through a debugger, I can get the encrypted string, and the decrypted string. I then f...
a693673
Votes: 0
Answers: 0
How do i encrypt and decrypt files with PyCryptodome? (RSA)
I'm trying to encrypt and decrypt a file with PyCryptodome but without success. I can encrypt strings and data just fine but when trying to encrypt files it fails. I have 2 problems, first is that I c...
Simon Lundin
Votes: 0
Answers: 0
Generating fingerprint from X509 certificate using Pycryptodome
I'm trying to generate the same SHA1 fingerprint for a X509 certificate using pycryptodome that I get from the openssl command:
openssl x509 -noout -fingerprint -sha1 -inform pem -in certificate.crt
M...
MvdD
Votes: 0
Answers: 2
pycryptodome creating error while in stalling pyrebase
ERROR: Command errored out with exit status 1: 'C:\Python310\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\91829\AppData\Local\Temp\pip-install-es9...
Prashant Pandey
Votes: 0
Answers: 0