Tagged Questions
0
votes
0answers
14 views
Zend encrypt decrypt different actions
how to encode value from one action and pass the encoded value through anchor(href) tag to decode same value to another action by using Zend_Filter_Encrypt() & Zend_Filter_Decrypt() both can be ...
2
votes
1answer
284 views
iPhone AES Rijndael 128 decryption
i have a problem:
I encrypt data, and encode it in base64..after, i send it to my page php and it decode and decrypt data. OK!
Now, if i encrypt and encode data in php and send it to my application, ...
0
votes
3answers
291 views
PHP Code Igniter Encryption doesn't return anything
when i load my controller i have this:
$this->load->library('encrypt');
$get = null;
parse_str($_SERVER['QUERY_STRING'],$get);
$email = $this->encrypt->decode($get["acc"]); // e.g. ...
0
votes
1answer
167 views
What type of encryption is this handshake challenge? [closed]
36663964366565343031623338363565396566353538622c33363337333233373339333833393338363536333635333833353336363333353634333036363632363433393331333433333333363536323332333936343631363336323631363433363335
...
-1
votes
2answers
195 views
interesting code-cracking brain-teaser [closed]
I'm not a cryptographer or even a programmer, but I am the curious type and wondered if the following was possible:
Given a 4-digit code, which consists entirely of letters, which is used to generate ...
0
votes
3answers
650 views
How to do an Encode/Decode function in Base62 with no obvious pattern in the Results?
I have a site where users must confirm their e-mail using a typical e-mail confirmation script with a specific (but long) Confirmation Link for each user that includes the usual hash parameter.
The ...
4
votes
3answers
103 views
Decoding/Decryption: Getting Started
I have intercepted data packets between software on my computer and software on a remote server. The idea is to reverse engineer the API between the two and integrate the API into another software ...
-3
votes
1answer
68 views
What type of encryption is this? [closed]
the title say everything:
aaaddJE66DRHoo000a22200nvqvTwp9bddd2b22aaACEncAGljlaa24dacccVLCAqb01422ba0aeeeTSe98LGcfbbaaa22cc99WmDtr674422222eeXUSlIH6QVbbb2eaa22846D3j9GQ444ac
1
vote
1answer
79 views
Is this some form of encrypted data?
Is this some kind of encrypted text. If so what is the message? What algorithm do they use to encrypt it.
...
6
votes
1answer
4k views
Cross platform (php to C# .NET) encryption/decryption with Rijndael
I'm currently having a bit of problem with decrypting a message encrypted by php mcrypt.
The php code is as following:
<?php
//$iv_size = mcrypt_get_iv_size(MCRYPT_RIJNDAEL_256, ...
0
votes
1answer
857 views
Trying to decode 128bit or 256 bit string?
the password string is some kind of like that
MTY5LTYtNjEtMjAxLTkwLTE3MS05My0yMDAtMTMxLTE5Mi01My0xNjItMC0yMjAtMTgxLTIyNg==
I tried base 64 encoder and it gives me:
...
1
vote
2answers
165 views
What are the general ideas of decrypting a cipher?
I am trying to improve my skills in encryption and decryption, put there are too many ways to encryption, what ideas are common in this subject, are there any books that talk about that?
thanks alot.
...
3
votes
5answers
238 views
decoding algorithm wanted
I receive encoded PDF files regularly. The encoding works like this:
the PDFs can be displayed correctly in Acrobat Reader
select all and copy the test via Acrobat Reader
and paste in a text editor
...
2
votes
2answers
203 views
How does Noah Classifieds encrypt their passwords?
Here are some examples:
db: 35273f5c7b3fb45a
actual: 5093625
db: 272beab9517a8835
actual: 7091343
According to http://hash-it.net/ it's not MD5 or SHA1.
0
votes
1answer
535 views
Why doesn't my decrypt function work?
This was not written by me; it was written by someone who passed it down to me. I lost contact with the author of the code. I have been using this code for a few years and just now realized this ...
