I would like to ask how to encrypt/decrypt using php with DES3 method , encrypt timestamp + a secret key.
example :
GMT_Time="Sat, 28 Nov 2009 07:53:22 GMT"
accessKey="aasdfasdfasdf"
timeStamp="Jx9Ozt/Z2oDazSm+K28lUIBEsRrWSwwlliZsuYTy+uE="
Any help or advice will be highly appreciated. This function mcrypt is deprecated, I am not sure what function should I use instead. Thanks in advance