Questions tagged as 'encriptacion'

1
answer

Cesar encryption using matrices and chars, error in the numbers

Here I have the code, basically I have to use the cipher cease in C using matrices and chars only, this is what I have for now: #include <stdio.h> #include <stdlib.h> main () { char alfabeto[26] = {'A','B','C','D','E','F','G'...
asked by 31.03.2016 / 22:11
1
answer

Export databases: are the data modified at the bit level

Thanks to my last question about hashed passwords: Function password_verify : Error comparing passwords I'm curious how a hasheado works in PHP. Quoting the web:    The hashing function produces a single length result    Fixed...
asked by 27.04.2017 / 16:02
1
answer

Replicate encryption method PHP Mcrypt to C # [closed]

I need to be able to replicate a class that is created in PHP to C # Attached class code created in PHP. At this moment I must send an encrypted string to a client platform, but I can not send the encryption in the same way as it is done in PHP....
asked by 03.05.2018 / 17:00