Tagged Questions
0
votes
0answers
17 views
how to decrypt data with postgresql - dukpt
I recently started working encrypting and decrypting data with the DUKPT scheme.
I have successfully decrypted the data with java and ruby, but now I need to know if it is possible to decrypt the ...
0
votes
4answers
60 views
PHP String Encrypt and Decrypt? [closed]
In PHP, which is the best method to Encrypt a string and then Decrypt it again?
Shall i say, The "Decrypt-able" Encryption (Someone below says it is called, Symmetric Encrypt/Decryption?).
What i ...
0
votes
0answers
15 views
How to encrypt/decrypt a password using StandardPBEStringEncryptor?
I am trying to encrypt/decrypt password in my application using StandardPBEStringEncryptor. However I think the code I am using is resulting in a memory leak. Am I using this correctly?
public static ...
1
vote
2answers
51 views
Encrypt/Decrypt pdf file with Java
I want to encrypt/decrypt a pdf file on Android (but it's a java common issue)
I have this code to generate my key :
public static byte[] getRawKey(byte[] seed) throws Exception {
...
-4
votes
0answers
20 views
Decrypt code from exe file [closed]
Im in a need of decrypting some code, i opened up exe file but i never seen this kind of encryption. This file is basicly some malware from fb and i want to see how it is coded (im not planing to use ...
0
votes
1answer
23 views
Decrypting the saved encrypted username in java
For saving usernames and passwords I am encrypting them and then saving it. When the user logs in again I need to show the username. I don't know how hard/eassy is it to decrypt the username. Here is ...
0
votes
1answer
31 views
How to reverse an specific encryption
I have two code pieces. One to encrypt and another to decrypt. But the decryption code doesnt seem to work like i want it too :/
Encryption: letter = ((letterInt + 1) * constant) modulus 29
...
0
votes
2answers
46 views
Python encryption function and global variables [duplicate]
Ok, so I am writing a python encryption code. The code was longer than it needed to be, so I switched part of it over to functions. As soon as I started doing this, it said that it could not find ...
0
votes
1answer
32 views
How Ephemeral Diffie Hellman works? [closed]
can anybody please provide link which will clearly explains how ephemeral Diffie hellman algorithm works (TLS_DHE_RSA_DES_256_CBC)?
-3
votes
0answers
18 views
Decrypt Cpp files [closed]
i want your help please. there is a file (cpp file)contains rubbish data or encrypted data , and i tried to recover the original copy from it, but i can't do that please i need any software do that or ...
1
vote
0answers
53 views
Encryption and decryption - code problems
Hi I have this code beneath (code 1) which should reverse the effect of another code (code 2), but it doesnt work properly in either of the codes. Can someone help me with this? :)
Code 2 takes a ...
1
vote
1answer
61 views
Bad Data: Cryptography C#
I am new to C# and cryptography and I've made up the below code by picking up data from various sources like CodeProject and StackOverflow.
public class CryptoSafe
{
private const int SaltSize = ...
-1
votes
2answers
68 views
How can I detect that a key has been reused in one-time-pad encryptions?
I have 20 OTP ciphertexts which I know were encrypted with only 19 distinct keys, so 1 key has been reused. Also only two different messages, with the same length, were encrypted.
I know that if I ...
-2
votes
1answer
38 views
SHA Encryption doesnt work [closed]
Below is the code I have written for SHA encryption. But compiling this, gives an exception
java.security.NoSuchAlgorithmException: SHA SecretKeyFactory not available
Please some one help to ...
0
votes
0answers
15 views
Exposing session keys in the client and server logs which are using open SSL for debugging
Is it possible to expose session keys from the client or server side which are using Openssl libraries for debugging purposes?
0
votes
3answers
102 views
Encryption and Decryption using Blowfish Error - Input length must be multiple of 8 when decrypting with padded cipher
I am able to encrypt data however when decrypting it i am getting the following error:
Error
HTTP Status 500 - Request processing failed; nested exception is javax.crypto.IllegalBlockSizeException: ...
-1
votes
3answers
119 views
Decrypt SHA encrypted string [duplicate]
I have encrypted a string using the above code.
public String encrypt(String generatedKey)
{
try {
MessageDigest md = MessageDigest.getInstance("SHA");
...
0
votes
0answers
69 views
Pkcs7 padding in java
Iam using TripleDes /cbc/pkcs7padding in C#.net to encrypt file.
and i need to decrypt in java.In java am using DESede/CBC/PKcs5padding
But the file is decrypted,but corrupted.
*In java is it ...
0
votes
1answer
27 views
decrypt connectionstring with entity framework
I've made a class called Crypto to encrypt en decrypt connectionStrings. This class works perfectly.
The idea is to get the encrypted connectionstring in the config file:
<add ...
2
votes
1answer
107 views
Simple Encryption Algorithm
I'm working on an elevator project just for fun, it's actually hardware. But I think this is more of a software question. I don't need to have this feature, in fact it is completely redundant, but I ...
2
votes
1answer
106 views
Decrypt TLS (Diffie–Hellman) messages using Wireshark?
Is it possible to decrypt and see messages encrypted over TLS using Diffie–Hellman algorithm using Wireshark?
-8
votes
0answers
41 views
How to Encrypt and Decrypt a string [closed]
Please provide some 2 or 3 step method for encryption and decryption of a string.
Use any algorithms.
enter code here
enter code here
0
votes
2answers
90 views
Encrypt a CSV file with C# - Decrypt On the Client Side
I have a CSV file that has sensitive information in it. I need to encrypt it and send it over to a SFTP server for a client. I also need to give them something that they can use for decryption.
The ...
0
votes
0answers
38 views
I am getting Illegal Block Size exception when trying to decrypt
I am trying to encrypt/decrypt a string using DES, and I successfully encrypted the string and now having problems with decrypting the string.
Here's my code:
public class DesEncryptor {
private ...
1
vote
1answer
183 views
Encryption and decryption of a audio/video file using AES(128)
I am writing a program that sends an audio/video file to the server where the data is encrypted and sent back to the client on a socket. In the client part, the data is extracted and is decrypted and ...
-1
votes
0answers
23 views
invalid signatures in tester page of broker [closed]
I am trying to sign the following document (results.xml):
<?xml version="1.0" encoding="UTF-8" standalone="no"?><SolicitudRegistro
xmlns="http://www.cidge.gob.mx/SCG/Interoperabilidad" ...
0
votes
1answer
44 views
What is the best way to store the private key in browser [closed]
I am using RSA.I want to encrypt data using public key on server,decrypt data using private key on browser with javascript. What is the best way to store the private key in browser?
1
vote
2answers
53 views
How to use OpenSSL to crypt/decrypt files?
I want to crypt and decrypt one file using one password.
How can I use OpenSSL to do that?
0
votes
1answer
32 views
Where does openssh decrypt and react to received packets?
I am trying to add a second layer of encryption (encrypted on the client side, and decrypted on the server side).
EDIT: I apologize if I wasn't clear. I was looking for the function in the OpenSSH ...
0
votes
1answer
24 views
How to decode weird encyption in script?
I run a proxy for the Pirate Bay. I dont think im allowed to link to the script itself but it called "unblocked pirate bay".
And this script doesn't have normal code like I know it. It encrypts (?) ...
0
votes
1answer
50 views
TripleDES cryptography from .NET to PHP [closed]
Below you'll find two .NET methods for Encyrption and Decyription
Using .NET i can get listed OUTPUTS for specified INPUTs below.
The problem is i couldn't convert these code block to PHP
I need ...
-3
votes
1answer
112 views
File Encryption/Decryption in c# [closed]
I need to encrypt/decrypt a file in c# using NCrypto or BouncyCastle libraries. I also need to use AES and RSA algorithm and create a key. Are there any good guides or tutorials for complete ...
0
votes
3answers
213 views
Any simple encoding-decoding or crypt-decrypt class php for strings?
I've been looking in phpclasses, google, but couldn't find yet a simple encoding class that allows me to encode/crypt a string (unique number) into an unique short alphanumeric code and then ...
0
votes
2answers
190 views
A way to do RSA “encryption” of padded SHA256 hash using command line openssl
I'm trying to come up with a one-liner solution using openssl, that will take in padded SHA256 digest of a message (256 bytes in this case, for RSA2048), and apply RSA "decryption" to the 256 byte ...
0
votes
1answer
191 views
Given final block not properly padded AES
I am encrypting a string and storing it in a cookie at client side.. but when I send that exact encrypted string from js to java code it gives me the aforementioned exception.
The code I am using ...
2
votes
2answers
152 views
Encryption between web service users
I've got a web service (similar to an online store) where users save their data. I need to encrypt that data, so that only managers and users themselves could read that data.
Every manager and user ...
0
votes
1answer
142 views
C#.NET Encrypt XML on one machine and Decrypt on other machine
I need to do a GET/PUT/DELETE/POST message on httpwebrequest.
my request body contains XML.
I need to encrypt the content in body XML and decrypt back on the client/receiver side.
I see there are ...
1
vote
1answer
221 views
Mysql/Codeigniter - encrypt/decrypt user data safety - best practice
I am buidling a private site where each user has private data. I would like to provide a good level of security for their content. Towards this i am planning to:
-Use SSL sitewide (the site is not ...
-1
votes
2answers
129 views
Decrypt Javascript source [closed]
I have been wrote a javascript code and encrypt it.it is similar to this :
var _0xbf1b = ["\x2F\x70\x61\x67\x65\x73\x2F", "\x69\x6E\x64\x65\x78\x4F\x66", "\x74\x6F\x4C
All Code in JsFiddle
I ...
2
votes
2answers
85 views
What is the equivalent PHP decryption for this Java encryption method?
I have the following Java encryption method, and I'd like to know what the equivalent PHP decryption for it is, if there is one. If there is not an equivalent PHP decryption function for PHP, then ...
0
votes
2answers
173 views
How to encrypt and decrypt data in MVC?
In my MVC application i want to encrypt and decrypt data in data transmission from view to Controller . How to do this in MVC 4 using Razor ?
-6
votes
3answers
71 views
How do I reverse this simply modulus 128 encryption? [closed]
I'm running a simple program where I convert a String into an array of chars, and then convert the chars into integers, where I then add or subtract numbers to them, in order to encrypt the string. My ...
2
votes
1answer
76 views
Why is it recommended to make crypto algorithms public?
Cryptography books say that you should expose your encryption/decryption algorithm to test it against attacks and cryptanalysis, and the non-exposed algorithm is not considered strong as it is not ...
1
vote
1answer
36 views
How to read an encrypted directory file using different IIS user
I would like to read/access a file which from an encrypted directory using IIS on browser?
1
vote
0answers
150 views
PBEWITHSHA1AND128BITAES-CBC-BC Algorithm - must be 16 bytes Long error
I have a PSKC XML file, that contains my Salt/Key, IV(Initialization
Vector), Encrypted Data, and password.
Now, I am trying to Do Password Based Encyption and Decryption using the ...
0
votes
1answer
337 views
rsa encryption decryption using c
I'm trying to write C code of RSA encryption and decryption using Open SSL. But I am not able to do so. I googled it but whatever code I got from internet it was out of my head.
main function goes ...
-5
votes
1answer
53 views
what encryption is this? 44 chars, ending with = [closed]
Basically I tried a lot of different decryption but I can't find it.
I am pretty sure it is an encryption method and not a hash, since the data has to be used.
They are all 44 characters long and ...
0
votes
3answers
542 views
Python: Caesar cipher encryption
Hello everyone I have a question. Why doesn't the following code dont produce any output or errors?
This is a code that encrypts and decrypts user codes
alpha = ['a','b','c','d','e','f',
...
0
votes
1answer
88 views
decrypt a as3crypto encrypted text in PHP
i tried to encrypt a text in as3crypto via the demo app.
now i am trying to decrypt the crypted text via php but it seems that the text is not properly decrypted. has anyone know how to properly ...
0
votes
1answer
77 views
Executing a Classic ASP Encrypted file in browser
I have encrypted my ASP File. But when i run it in browser it fails. How to execute that asp file so that my application could run ?
how to decrypt it, it is encrypted using a tool , how do I decrypt ...






