php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3165 encrypt/decrypt not a function?
Submitted: 2000-01-10 18:16 UTC Modified: 2000-06-09 11:58 UTC
From: dans at whitehorse dot com Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Beta 3 OS: Redhat 6.1 Apache 1.3.9
Private report: No CVE-ID: None
 [2000-01-10 18:16 UTC] dans at whitehorse dot com
<?
  $message = "this is a plain text message";
  $password = "secret";
  $data = encrypt($message, 0, $password);
  print(decrypt($data, 0, $password));
?>

This is my code: Why doesn't this work?

Thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-03 14:53 UTC] sas at cvs dot php dot net
Please read http://bugs.php.net/bugs-dos-and-donts.php3

I.e. what it does output? What do you expect it to output?
 [2000-06-09 11:58 UTC] stas at cvs dot php dot net
no user feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 09:01:32 2024 UTC