Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

encrypt php

Featured Replies

Hi all

 

Does anyone know of any good php encryption software, reason I am asking is I would like to encrypt certain files in a cms I have built.

 

Pat

How about PHP's Mcrypt extension? That implements the common ciphers.

 

Edit: PHP's mcrypt extension uses C libraries (namely libmcrypt), so you'd need to make sure your hosting has the relevant extension installed. Check php_info() to see if mcrypt is installed. You could ask your host if it's not loaded.

Edited by Connetu_C

I think he means actually protecting/encoding/obfuscating his source code.

 

ioncube.com - the most secure one i know of, zend (zend.com/products/zend_guard) has been reverse engineered multiple times.

 

Ioncube can to be reversed, however it's pretty difficult and the average user couldn't do it.

  • Author

I think he means actually protecting/encoding/obfuscating his source code.

 

ioncube.com - the most secure one i know of, zend (zend.com/products/zend_guard) has been reverse engineered multiple times.

 

Ioncube can to be reversed, however it's pretty difficult and the average user couldn't do it.

 

Thanks for the responses, it is the protection/encoding of certain files I want to achieve, reasom being I changed my cms functionality to ckeditor and all of a sudden my client has a relative that wants access to cpanel which I cant stop, Therefore I would like to protect certain files or am I just being paranoid. like the look of ioncube

 

Pat

Thanks for the responses, it is the protection/encoding of certain files I want to achieve, reasom being I changed my cms functionality to ckeditor and all of a sudden my client has a relative that wants access to cpanel which I cant stop, Therefore I would like to protect certain files or am I just being paranoid. like the look of ioncube

 

Pat

 

Ioncube will allow you to encode single files for a pretty small price. From that you can have a callback to your server.

  • Author

Ioncube will allow you to encode single files for a pretty small price. From that you can have a callback to your server.

 

Looks like it may be the answer, i'm sure the person/s I am dealing with will not be able to reverse engineer, I could put a copywrite on the code but I dont really think that would deter and I would really like to protect the code.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.