472,780 Members | 1,185 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,780 software developers and data experts.

PHP on Windows with Encryption

Greetings,

Does anyone know whether there is a version of PHP out there for
Windows that has the encryption libraries built in (Mcrypt or any
other)?

If not, then how can I use encrypt and decrypt functions in my app?

crypt() and md5() work for encrypting, but there is no decrypt for
them.

Any help appreciated.

-Harold

Jul 17 '05 #1
2 1665
mcrypt is easy to "install" on a windows box.
I'm running php 4.3.10 on XP
http://www.php.net/manual/en/ref.mcrypt.php

just unremark the mcrypt extension line in php.ini
and download libmcrypt.dll and put that in your windows dir.
(see 2nd sentence under Requirements on the mcrypt docs page)

voila!

Harold Crump wrote:
Greetings,

Does anyone know whether there is a version of PHP out there for
Windows that has the encryption libraries built in (Mcrypt or any
other)?

If not, then how can I use encrypt and decrypt functions in my app?

crypt() and md5() work for encrypting, but there is no decrypt for
them.

Any help appreciated.

-Harold


Jul 17 '05 #2
BKDotCom wrote:
mcrypt is easy to "install" on a windows box.
I'm running php 4.3.10 on XP
http://www.php.net/manual/en/ref.mcrypt.php
just unremark the mcrypt extension line in php.ini
and download libmcrypt.dll and put that in your windows dir.
(see 2nd sentence under Requirements on the mcrypt docs page)


Thanks, that worked !!

Regards.

Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Ronald Evers | last post by:
Hey all, I want to store passwords in a postgresql database. Currently I use the MD5Password class below and I've been developing on windows. I ran into problems when running my application on...
0
by: Michael Bourgon | last post by:
I installed Windows 2000 SP4 on my server this evening. We ran into an odd error, and (1) wanted to share, and (2) wanted to see if there were any other things I should be on the lookout for. ...
5
by: Harman Sahni | last post by:
We have a public and private key pair for Credit Card data encryption. The database part is all done where we generated the key pair. Public key resides in the database for encryption and we...
113
by: Bonj | last post by:
I was in need of an encryption algorithm to the following requirements: 1) Must be capable of encrypting strings to a byte array, and decyrpting back again to the same string 2) Must have the same...
3
by: Patrick Nolan | last post by:
Hello, When I run my aspx pages with IIS on my own 2000 pro machine the pages display as if the page is a regular asp page. It seems to ignore my CodeBehind code. I can run the same page with...
8
by: Merk | last post by:
I'm looking for a safe and maintainable way to store connection string info (connecting to SQL Server 2005 from .NET 2.0 Windows Forms client app); things like server name or IP address and...
4
by: pintu | last post by:
Hello everybody.. I hav some confusion regarding asymmetric encryption.As asymmetric encryption it there is one private key and one public key.So any data is encrypted using private key and the...
11
by: John Williams | last post by:
I've written a simple program to do XOR encryption as my first foray into understanding how encryption works. The code compiles fine, however it segmentation faults on every run. using gdb to...
5
lifeisgreat20009
by: lifeisgreat20009 | last post by:
I am confused about Windows Vista's Bitlocker Encryption ....... I searched the web and found that Bitlocker first performs Operation System Integrity check and sees that whether booting is being...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.