Archive

Posts Tagged ‘encryption’

Pdf Encryption

December 19th, 2011 Comments off

We want to create webservice and mobile apps. We are also looking to build similar app

http://www.hyprlock.com/features.htm

Categories: PDF Tags: , ,

Aes Encryption And Decryption In Jboss 6

December 19th, 2011 Comments off

Service of a JBOSS 6 expert required for an issue with handling Java AES encryption in Jboss 6

Gpg Encryption/decryption For Sftp Files (windows Script)

June 20th, 2011 Comments off

I need a windows script to automate encryption/decryption of files that are uploaded/downloaded to/from SFTP server. So, when I initiate the transfer of a file from my local folder to the remote folder the file needs to show up on the remote folder as an encrypted file. Likewise, when I download a file from the remote folder, it needs to initiate the decryption automatically so the file shows up decrypted on the local folder.

I’m using the WinSCP client (it supports scripting see: http://winscp.net/eng/docs/scripting). I have GPG for windows installed (http://www.gpg4win.org/documentation.html). A similar setup is described here, but I need it localized for the WinSCP client. See: http://www.coreftp.com/docs/web1/OpenPGP.htm

Thanks!

Java Programmer Needed

June 8th, 2011 Comments off

I am looking for some one who is good in Java for one of my projects. The project is about encryption and we want to add more features in the current code. The client starts communication with server in encrypted form, the server decrypts the data and send the required data to client in another encrypted form. The clients decodes this data. The source code will be shared with shortlisted bidders. More details will be shared in private chat.
Good knowledge of J2SE and J2ME is required. Knowledge of Python is a plus. Kindly share your java projects with me nothing else.
Thanks.

Secure Form Submission With Clipperz Library

April 27th, 2011 Comments off

I am trying to find a way to submit login forms similar to clipperz.com. For example, store a username and Encrypted password in a database, and automatically log in to a site using these credentials.

What I need is someone to implement the open source clipperz library so that I can encrypt passwords, and somehow submit forms using these passwords after I have retrieved them from the database.

Clipperz library is available from http://sourceforge.net/projects/clipperz/

This must be a VERY secure solution and must not handle the password in plain text after the initial encryption.

Please PM me if you have any questions. Please DO NOT BID on this project if you DON’T UNDERSTAND my requirements.

Ecommerce Website Needs Optimization And Ssl Encryption

April 14th, 2011 Comments off

We have an ecommerce website that needs to be optimized for safari, firefox and exlporer. SSL does not seem to be compatible with all platforms. We are open to the idea of updating the entire site for the right price.

Site Upgrade With Password Encryption 2

April 5th, 2011 Comments off

Need a website upgrade transferred from test server to live server. Password field to be encrypted and all new functionality to be transferred. Databases are slightly different so need new database fields to be incorporated with live site.

Development Of Android App

February 4th, 2010 Comments off

Hi,

We need to develop a program for Android to work on Android phones.
It must be like the Firefighter 360 game for iphone with embedded reality.

In this game we need to take advanced of the wifi.
So instead of fire you go after it must show wifi networks.

1: Embedded reality
2: Look for wifi networks and the stronger they are the color must be greater.
So if I turn right and see 3 networks the one with no encryption must be Green, the ones with WEP encryption Yellow and the ones with WPA encryption Red etc..

We want to make a very cool app and make it free so everybody download it.

You must be able to submit it there for us and make sure it works etc..

After this we need to port it to iphone and windows mobiles. You will get paid for that also.

In this project it is only to make it for Android and to get it to work 200%.

Happy Bidding

Website Encryption / Drm

January 31st, 2010 Comments off

I would like to be able to sell copies of a website script to individuals and make it VERY difficult for them to copy the script and resell it as their own. I’m not exactly sure what options are available to make that happen. I have seen some script codes encrypted so they cannot be copied. I have also seen some sellers that are able to tell immediately if a script they sold was copied.

Looking for solutions. In summary…I want to be able to sell copies of a website script and make it extremely difficult for the new owner to copy it and I’d like a way to know if it’s been copied if possible. Maybe even an embedded script to take the site down if I find a pirated copy.

Looking for solutions and ideas.

Data Encryption Methods

January 18th, 2010 Comments off

I need detailed information on the secure data encryption methods available to an organization to protect email, web mail, client computers, server computers and all associated communications channels, including wireless, wired, satellite and other methods of transmitting data.

Help With Encryption Programme

December 10th, 2009 Comments off

Hi there David,

You may remember me, Alan Hill from the UK. You did a great job for me around March/April 2009 to construct an encryption programme.

I have not used this programme for several months and today I went online and noticed it was not there. I am baffled as to what has happened to it. I have checked and I still have an up to date hosting package so I have no idea where it has gone.

I cannot remember how we ftp’d it up and I am wondering if you have a copy of the site that you produced. If it is too big then maybe you could put it on a disc and post it to me (I will be happy to pay for the postage).

I hope your job with IBM is going ok (do I have that right?) lol.

Thanks and I hope to hear from you soon.

Kind regards

Alan Hill

Ocr & Encryption

September 11th, 2009 Comments off

I need word docs OCR’d and encrypted in a MYSQL database using PERL You will perform this task under the direction of a senior coder

Encryption Algorithm Protocol

May 14th, 2009 Comments off

Start-up TCP/IP socket client and server demo programs attached as server.py and client.py

Check that you are able to send a message from the client to the server and that the server can print out that message on the console. At this point the client is sending messages to the server in the clear. The next stage is to modify these programs so that the client will first encrypt the message before sending it and the server will decrypt the message after receiving it. To do this you will implement the RSA algorithm that uses public and private

Make1c

April 27th, 2009 Comments off

My site is programmed in PHP using MySql.

I need PHP programmer to build a routine for an encryption/decryption process for my website. Let me explain.

One of the aspects of Make1c is that I provide a way for people to input their personal information to be associated with websites that they visit. These websites are eitber already in the database or the user adds the website to the database.

The process to associate their personal information with the website is what I call activating a website.

So if someone wants to access xyz Website and have a retrieval process for that site with regards to their username, passwords, contact email, and other aspects of this site they would activate the site with their personal information either through the addition process or by activating a site that is already in the database.

Currently I do not have a two-way encryption process built into the ‘activation’ process for the passwords. I need a routine built into each aspect of how someone would activate a site of which there are 3 entry points to do that so that the passwords are encrypted into the database. However I ALSO need a process built into the system that would Decrypt the passwords in three different places so that when the user is retrieving their information they can SEE what their password is for that service when they are LOGGED into Make1c. So the decryption is based upon the Member being logged into Make1c.

The activation process has already been built into the system and so all I really need is for a good PHP programmer to build the encryption/decryption process within the programming that is already there.

If you feel you need more information please let me know.

Game Reverse Lance Alpha

March 31st, 2009 Comments off

We need a professional encryption decryption reverser for educational documentation of a encryption decryption method inside a game. The game will be disclosed once you contact us. You need at least proof of your work, and you need to show documentation of your work (samples) before we consider hiring you. We ask that you do not disclose information to anyone about the project. Some guidelines below are listed, if you agree to the guidelines then you may contact us or bid on the project.

1. You must disclose and or release all source code, notes, documentations, methods, applications used and or applied for and or to the project.

2. You must provide valid solid information in the documentation of the project on the encryption decryption methods.

3. You must reverse the method into C++ with detailed documentation and comments related to the project.

4. You may not release the project, or anything related to the project to anyone but us, no public release, no public sharing, no hints, no emails, no outside contact about anything on the project regarding informations, documentations, notes, tools, programs, methods, guides, etc.

5. You must be able to finish the project in a timely manner, we have a deadline to meet.

6. You will not get compensated for out of pocket costs for the project, you are responsible to have the appropiate tools at time of acceptation.

7. You will not get paid until AFTER the completion of the project and proof that it is your work and that it is complete and to our specifications, any failure to accept this will deem a denial in you being hired and or paid.

8. Your payment method will be either paypal, or western union. we have the right to change payment method at any time for any reason with or without notification.

We reserve the right to add, remove, deny payment and or service at any time with or without notification. We also reserve the right to withhold payment(s) until project is confirmed complete and to our standards and or specifications with or without notification.

By sending inquiries about the project you agree to the terms list here.

Encryption Program

March 31st, 2009 Comments off

I am looking for a program to be written which will allow numbers and letters/words to be encrypted in a way that will prevent anyone from every being able to decypher the code.

I want the ability to decide on the key to be used which will be a series of 32 (or so) letters/numbers. Once this key has been entered into the program then I can type in the sequence of numbers/letters to allow for the plain language to emerge.

It will need to allow for cut/past into a window such as this one that I am typing in now.

The encrypted text should be in letters/numbers in groups of five with spaces in between (though this is not essential).

Any extra functionality can be built in that the programmer can think of to make this program more useable but I do not wish to pay too much for this program so please keep in mind my budget. There is a good chance that I will ask for updates as more functionality can be thought of for this product so it is very likely that I will use the same programmer for updates.

The copyright for this product will be mine (Alan Hill) once this program has been written.

The user interface should be as easy on the eye as possible to allow the program to look like a quality product. My main aim is to use it for my own needs initially but I may develop a sellable product for the future.

Thank you and I look forward to speaking with programmers in the future.

Please note, as I am not sure what programming or database options are going to be needed, I will tick all boxes – it is unlikely that all functions will be required but obviously you will know which ones will be required and which ones not.

Kind regards

Alan Hill

Algorithm

March 16th, 2009 No comments

Hey, I need someone to show me how to decode the algorithm that zshare uses to encrypt uploaded files. I need to stream flv files from zhsare, but they change the encryption every 10mins or so.

Also, I need a small bit of code that allows my site to change the link (which contains the ever changing encryption) everytime the encryption changes

Categories: Programming Tags: ,
Bear