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)
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
Convert bytes to string or store as bytes python
I'm trying to encrypt string with python by RSA but the encrypted string returns as bytes
I'm trying to find a way either to convert bytes to string and store it in db or store it as bytes as it is bu...
Kmaangaty
Votes: 0
Answers: 2
How to use crypt_gensalt() in crypt.h
According to crypt.h:
extern char *crypt_gensalt (const char *__prefix, unsigned long __count,
const char *__rbytes, int __nrbytes)
I understand that __prefix is encryptio...
vcth4nh
Votes: 0
Answers: 1