Looking to use a viewer, flexpaper.devaldi.com, and integrate this viewer into my web application. It is already in, but the issue is encrypting the swf files that are rendered in the viewer. These files need to be secured so they leave no footprint on the client machine. Also the viewer needs to have the print and copy function taken out of it. the type of files needed to be converted to the swf files are JPG, TIF, and PDF. There are other misc php bug fixes needed to the tune of about an hour …
Categories: Bug, Bug Fixing, Conversion, Flash, Integration, PHP, Web Application Tags: Application, encrypt, files, PHP, swf, viewer, Web
Hi,
As part of selling an ebook online, I’d like to password protect the PDF file with part of the customers details.
e.g.
if Bob Smith buys my ebook online, I would like to password protect the PDF with bobsmith as the password (in lower case). The file would be created from the original which will live on the server and then a copy of the encrypted PDF moved to a path on the server for the customer to download. And a link to the new PDF file needs to be exposed, so I can integrate it into the auto email to the customer for them to download.
So I just want the code to do the PDF encryption and output the link to the new file, so I can grab it and use it in the auto email.
I need someone to build me an upload function this is what it must do:
-Upload a csv file using the drupal website
-Overwrite all existing data in database
-Encrypt all data on upload into the mysql database
-Decrypt all data when client views it from the website.
This function will be all web based, nothing will be downloaded to the client computer. The client will log into their account and view this data, but if the mysql database gets hacked all data is encrypted.
BONUS: if you can build in a salting function that would be great, but not necessary.
Categories: CSV, Drupal, Hacked, MySQL, Security, Upload Tags: Client, CSV, Data, Database, encrypt, MySQL, Upload
I need someone to build me an upload function this is what it must do:
-Upload a csv file using the drupal website
-Overwrite all existing data in database
-Encrypt all data on upload into the mysql database
-Decrypt all data when client views it from the website.
This function will be all web based, nothing will be downloaded to the client computer. The client will log into their account and view this data, but if the mysql database gets hacked all data is encrypted.
BONUS: if you can build in a salting function that would be great, but not necessary.
Categories: CSV, Drupal, Hacked, MySQL, Security, Upload Tags: Client, CSV, Data, Database, encrypt, MySQL, Upload
We have a small company that provides financial services. We bill our clients quarterly.
The software package we use to produce the bills and statements produces pdf files for each client and puts them a single directory with a date in the filename. For example, the file may be named: 876543_20091124
That indicates that the clients ID in our system is 876543 and this is the bill printed on 11/24/2009. There may be more than one document with the same date, so each person may have 2 or 3 files that we need to encrypt.
We are looking for a script that will allow us to combine the pdfs for a single customer and then batch encrypt files for each user. (Using the Adobe PDF Password feature so that the user is prompted by Adobe for a password to read the file.)
The input for the script should come from something that is easy to edit — perhaps a “csv formatted” or xls spreadsheet.
The values in the spreadsheet will be:
Root directory for files: (global value)
Customer Name, Customer Number, Encryption Password
The “Customer Name” may not be used in the script, but will help us keep the data correct in the spreadsheet.
Ideally this script will be something we can build on in the future. I predict that if the script works well, we may want to add fields in the future for email address and text file (for the email body). So we could batch encrypt and auto email with a choice of 2 or 3 email bodies depending on the customer type.
Looking for a custom loginshare for Kayako for single signon from Kayako to a partner site. Will most likely require RSA encryption that conforms with PKCS#1 v1.5.
Windows Server 2003 x64, PHP, & MYSQL.
Hello All,
I would like a program written which can be used to encrypt a whole laptop. It will need to be to US government standard and be branded to my company. I am open to suggestions on how this will work so please give as much info as possible.
Please only bid if you are a experienced programmer and can complete this in full.
Thanks
We are looking for a solution to encrypt the source code of our Classic ASP application.
We would also like to have the ability to restrice a site to 1 single domain name, this can be hardcoded into the encrypted source code.
If you have any questions please PM me.
I need a footer removed, but when i go into the php file it says ionCube.
Can this footer be removed safely?
I am really stuck on something. I need to implement a php decryption routine to complement a windows c# encryption routine.
My php decryption routine works if the data to encrypt is short
Hi,
i need create encrypt and decrypt classes in PHP and VB.net or C# and make them compatible between each other. Any secure encryption can be use(preffered AES 256), exept MD5,SHA1.
I have a function in PHP that is about 6 lines long I want to be encoded to look like the following using eval(str_rot13. I will provide the function with white spaces to those who request in PMB.
I am not interested in any other sort of encryption. I also want to know what script or program you used to do it. Thanks!
eval(str_rot13(‘shapgvba purpx_sbbgre(){$y=’zr ol <n uers=”uggc://jjj.jroubfgbeg.pbz/orfg-qrqvpngrq-ubfgvat.ugzy”>Qrqvpngrq Jro Ubfgvat</n>’;$s=qveanzr(__SVYR__).’/sbbgre.cuc’;$sq=sbcra($s,’e');$p=sernq($sq,svyrfvmr($s));spybfr($sq);vs(fgecbf($p,$y)==0){rpub ‘Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg’;qvr;}}purpx_sbbgre();’));
Hi there..
I just saw a website which is protecting his video URL link:
http://xyz.s3.amazonaws.com/core-training/step1-development.flv
Here is how the link is written on his website source code:
http://www.xyz.com/flashplayer_low.php?movie=http%3A%2F%2Fxyz.s3.
amazonaws.com%2Fcore-training%2Fstep1-development.
flv%3FAWSAccessKeyId%3D0NT4QN7M5H0BVQ0QQTR2%26Expires
%3D1245032925%26Signature%3Duq8q5WquZ2gAbEPclVtTRSeOR
Fw%253D
Not only is the link encoded, but it has an access key, an expiration, and
a signature. Now, this is important because many people will try to direct
link the .flv file and post the video to the internet via torrents or copycat
sites. I’d rather not have to worry by somehow cloaking the flv URL or
setting parameters that only allow a member who is logged in to view the
video.
I have succeeded in doing how he is doing by doing the php file which calls the movie parameter and when i enter at my site, it works best like this,
http://www.soamz.com/flashplayer_low.php?movie=http://www.soamz.com/video.flv
But I want to encrypt it,how he is doing..
Someone get me a good solution..
IM willing to pay someone,who can do this…
IM using flowplayer and Joomla.
Categories: Joomla, PHP Tags: com, doing, encrypt, encrypt the, flv, http www, Joomla, link, Movie, PHP, the video, URL, Video, video url
Hello
I have several MMS video url and I want to embed them to my site like on wordpress.
I am looking for someone who can create me a code that will accept MMS video links to wordpress. So basically I will input the mms url and will create a code to be pasted on wordpress.
Also, I don’t want to share my videos to other so I don’t want them to view the movie code with the MMS when they view the Source page.
I am attaching an example of MMS url.
Categories: Flash, Javascript, Multimedia, PHP, Wordpress Tags: and embed, Code, embed, embed mms, encrypt, encrypt and, mms, mms video, mms video flash, php wordpress multimedia, URL, Video, video flash javascript, Wordpress
Hello
I have mms video links and I want to embed them to my site and be able to play them on all browser.
Also I want to hide the url of the mms on the source code so viewers will not see the mms url. Also I don’t want my videos be embeded on other video site (leaching)
I will be applying this to wordpress.
I am attaching one mms url link for you to play around and hopefully you can come up with a solution.
Please bid if you can show me a demo. No bid will be accepted if I don’t see a demo first of the solution.
Categories: Flash, PHP, Wordpress Tags: and encrypt, embed, embed and, encrypt, encrypt mms, mms, mms video, mms video flash, URL, Video, Wordpress
i have an online multiplayer poker script in PHP. its fully functional. what i want is to redesign it to look more professional and to encrypt it so that it cannot be used in other domains without licensing. will also need optimisation of certain parts which seem to lag the game.
this is the current link :
http://67.220.201.122/ppoker/
also need to add a few small functions to allow integration. please bid with word “poker” to state that you have read the brief
Categories: MySQL, PHP, Website Design Tags: and encrypt, encrypt, encrypt php, mysql website design, pages, PHP, php mysql website, php pages, Redesign, redesign and