Questions tagged as 'md5'

1
answer

encrypt / decrypt MD5 structure (encrypted result only numbers and letters) with php

First of all, thanks in advance for reading this thread. You see, I use the following functions to encrypt / decrypt some variables at the server level and create URLs. I already use this function: link They even helped me right here with s...
asked by 24.04.2018 / 07:05
2
answers

Convert MD5 from file to string

What I'm trying to do is compare the md5 obtained from a file downloaded locally, with that from a server response. The function Md5() It gets a string without any problem something like: 0A3958F9FCBA646A2D38412A3B9FC650 but the pr...
asked by 08.12.2018 / 18:42
2
answers

I'm doing a program to encrypt and decrypt files on android, could someone help me?

I can encrypt small files of any type (MP4, MP3, JPG, PDF, DOCX), but when they are large it gives me an error of the type:    "Throwing OutOfMemoryError" Failed to allocate to 150835256 byte allocation with 25165824 free bytes and 121MB unti...
asked by 18.05.2018 / 17:51
0
answers

How can I use MD5 CON SALT in Laravel

I am working on an application in laravel that connects to a database of another platform that is in MOODLE. Anyway .. I'm trying to make a login, for that I point my model User.php to the table mdl_user .. This login I had already done one time...
asked by 29.10.2018 / 17:48
1
answer

How to encrypt a field with md5 in an application using react-native?

Good, I am currently developing an app and I have the need to encrypt the pass entered by the user with md5 and then send it to an api stored on a server, the app is doing it with react-native but when searching on google I only find libraries t...
asked by 26.10.2017 / 19:18
1
answer

Functions to convert String and File to MD5 in Java 7?

Does anyone know proven and functional functions for what I need? I have a list of Files stored in a variable and when it is on it to know if i is a folder or file: if (listFile[i].isDirectory()) {...
asked by 24.09.2018 / 15:44