Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
Faqts
:
Business
:
Programming
:
Shopping For You
:
PHP
:
Common Problems
: Encryption
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
There are no folders in this category
Documentation
Mcrypt Encryption Functions
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
I am using mcrypt library to encrypt the data. I want to pass the encrypted data in url. The problem
Looking for a good encode/decode function set.
I wish to call a /usr/local/bin/pgp program and then put the output into a variable, which way best?
I encode an attachment using "$encoded_attach = chunk_split(base64_encode($contents));" on a new ISP and it emails a corrupted file?
How do I check the user input password from a form with encrypted one in the Apache htpasswd file?
Random Questions
What is the fastest way to get the MD5 checksum of a file?
What is the fastest way to get the MD5 checksum of a file?
Why does mcrypt add NULLs to my string before encrypting it?
What form does an MD5 string take?
What form does an MD5 string take?
Why does mcrypt add NULLs to my string before encrypting it?
Will an MD5 encoded string ever have spaces in it?
What form does an MD5 string take?
What is the fastest way to get the MD5 checksum of a file?
How do I check the user input password from a form with encrypted one in the Apache htpasswd file?
I encode an attachment using "$encoded_attach = chunk_split(base64_encode($contents));" on a new ISP and it emails a corrupted file?
I wish to call a /usr/local/bin/pgp program and then put the output into a variable, which way best?
Looking for a good encode/decode function set.
I am using mcrypt library to encrypt the data. I want to pass the encrypted data in url. The problem
Unanswered Questions
How can I make my program secure with php. Actually I am using cookies in PHP3 to store userid, How can I decode into unreadable language by anyone.
I can also use SSL to secure my cookie information. But it stores the same value which has in my MySQL database and easy readble by user. Kindly sugge
What are the option available in PHP3/4 to encrypt/decrypt data for passing or storing from server to user machine. Kindly tell in details.
When I am using "mcrypt_cbc" statement it is giving me Fatal Error . Unable to understand why it is coming? Is any library file is needed.
mcrypt with MySQL .. problem decrypting
i got a wrongly decrypted string while retrieving an encrypted string from MySQL. any idea??
how to encrypt and decrypt a string in php?
When running PHP as cgi on Apache, how do I keep the #!/usr/local/bin/php from being displayed?
I have an aplication that sends an email using php. The body of this email is formed by 4 variables.
What`s the EASIEST way of encrypting variables passed along in the url?
What`s the EASIEST way of encrypting variables passed along in the url?
What`s the EASIEST way of encrypting variables passed along in the url?
What`s the EASIEST way of encrypting variables passed along in the url?
how can i send a post data without using a form but a script?
how can i send a post data without using a form but a script?
how can i send a post data without using a form but a script?
How do I MD5 one MySQL table into another without losing the original?
How do I MD5 one MySQL table into another without losing the original?
Password Encryption Issue
Password Encryption Issue
Decrypt string doesn't match although it looks okay on screen...
How can I require a password to enter a place. I only want my friends to see my blog.
what does md5 function in php