Questions tagged as 'encriptacion'

2
answers

PHP - Decrypt

The encryption is done correctly but when using openssl_get_privatekey and save it in $key_resource the value is left blank so it throws the error: openssl_private_decrypt(): key parameter is not a valid private key in ......
asked by 09.12.2016 / 21:56
2
answers

Encode string in php

I'm making a script that encodes a string and saves it in the database. Then check that string in the database to see if the user is registered in the platform. I currently use sha512 , but I think it's random right? First I insert a...
asked by 01.07.2016 / 09:18
1
answer

How to send data in JQuery ajax safely?

I send data through jquery $.ajax to the server and now that I have to send the id of the user I thought that this is not very safe ... since anyone who goes to source code or to inspect the code can see perfectly the variables, their val...
asked by 29.08.2018 / 15:55
0
answers

Encrypt MySQL DB with certificate

Is it possible to encrypt a MySQL database with a certificate, so that only its content can be viewed on the server where the certificate is installed? The idea is to code the entire database at once, so that you do not have to modify query b...
asked by 23.05.2018 / 12:50
0
answers

MySQL and ANDROID, JDBC Connector, How to perform a correct HANDSHAKE?

I am involved with my final year project and I try to connect my Android App with my remote MySQL server. One of the requirements is that the connection is encrypted. For this I have activated SSL on the MySQL server and I have generated a Trust...
asked by 15.05.2018 / 19:39
1
answer

html and js encryption

I want to know how to encrypt an html page, that when you look at the html code you will not see anything, and I will mimic it with your js. Try to code the page, but if you saw the source code they opened the information pal=prompt('Introd...
asked by 06.04.2018 / 01:24
0
answers

problems with IIS 8.5

Good morning community: My IIS 8.5 is presenting me with some problems that I will detail below: 1) When I encrypt the web.config (AppSettings) with RSA the IIS 8.5 does not raise my application but when the web.config is normal the IIS 8....
asked by 31.01.2018 / 20:30
0
answers

oracle encryption with java

It is possible to obtain the same result of the encryption with oracle 10g (DBMS_OBFUSCATION_TOOLKIT.des3encrypt) and of a java version jdk1.6. JAVA CLASS import java.io.UnsupportedEncodingException; import java.security.GeneralSecurityEx...
asked by 09.01.2018 / 00:14
0
answers

Can I use any library in python scripts to work with bitlocker? [closed]

I'm starting programming with Python 3.6 and I'm looking for a way to make a script with which I can activate, deactivate, block and unblock bitlocker through a program with Python, but I do not know what I must use to work with bitlocker ....
asked by 23.07.2017 / 11:19
1
answer

Java Equivalent DES encryption?

I would like to know how I can. I have a code in java byte[] key24 = [-17, 55, 99, -54, -20, -99, -79, -34, -123, -100, -118, -42, -111, -108, -62, 123, -17, 55, 99, -54, -20, -99, -79, -34]; byte[] data = [-1, -1, -1, 0, 6, 0, 34, 96]; St...
asked by 20.12.2016 / 18:11