Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
SapphireEncrypt





SapphireEncrypt
Version: 1.0

Platforms: Pocket PC


Categories: System Utilities

Upload date: 31 Oct 10

Developer: Sapphire Solutions Ltd

License: Shareware

Price: 599.00 $

Downloads: 198

File Size: 458 Kb


Download Free Trial of SapphireEncrypt 



Rating: 3.0/5 (Total votes: 3)




 

SapphireEncrypt


Data security is important when you are dealing with the Internet and mobile applications. Having confidential information stored on your Pocket PC means you need to ensure that it is kept save if the device gets stolen or if you are transferring it over the internet. Consider the situation if a company’s client list getting into the hands of a competitor!

The Sapphire Encrypt utility allows you to encrypt and decrypt both plain text and files. You can simply encrypt the data by using a specified key and decrypt it on another device or server, or visa-versa.

Product Features

The Sapphire Encrypt Utility makes data encryption easy by providing the following functionality:

  • Encrypt a plain text string using a specified key
  • Decrypt a plain text string specifying the key
  • Encrypt a file using a specified key
  • Decrypt a file using a specified key

You can download the latest demo version to see a fully working demo which you can reuse within your application as you see fit. This can be found on the download pages. The demo versions are fully functional and simply contain a popup message from time to time. These are ideal if you are selling your application to the client where you can be confident the application will work in practice and not just theory.

Sample Code

Implementation couldn’t be easier, simply declare the DLL function as a function within your application and call it as though you wrote it yourself. Here’s a sample demo on how to encrypt and decrypt a simple text string within VB.NET.

Encrypting Text

Dim sEncrypted As Integer

Dim sNew As String

 

' Fill sNew to force the string variable to a sufficient size for the returned string

sNew = Space(1000)

sEncrypted = sEncryptText(txtOriginal.Text, sNew, txtPassword.Text, _
           1234567890, True)

txtEncrypted.Text = StripString(sNew)

If sEncrypted = 0 Then

  MsgBox("Encrypted")

Else

  MsgBox("Problem")

End If

Decrypting Text

Dim sDecrypted As Integer

Dim sNew As String

 

' Fill sNew to force the string variable to a sufficient size for the returned string

sNew = Space(1000)

sDecrypted = sDecryptText(txtEncrypted.Text, sNew, txtPassword.Text, _

           1234567890, True)

txtDecrypted.Text = StripString(sNew)

If sDecrypted = 0 Then

  MsgBox("Decrypted")

Else

  MsgBox("Problem")

End If

Royalty Free Licence

When you purchase a developer’s licence, you are free to use the DLL in any number of your projects and deploy it to all the devices to your clients. There’s no need for royalties based on the scale of your project, just a one off fee. You will also get 12 months email support and discounted upgrades for future developments.

http://www.sapphire-solutions.co.uk/products/encrypt/
 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 

Supported operating systems: Pocket PC 2002, Windows Mobile 2003, Windows Mobile 5.0, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional, Windows Mobile 6.5 Professional
 
Similar Software:

PocketLockPocketLock
PocketLock - Keep your sensitive files safe! PocketLock lets you password protect individual files or entire folders using powerful encryption technology. And it's easy to use -- just select a file or folder, enter a password, and your data is safe. Easy: Encrypt files and folders in two steps
Nyx EncrypterNyx Encrypter
Encrypts/decrypts files directly on your Windows Mobile device
Nyx Password StorageNyx Password Storage
Nyx Password Storage is reliable and secure storage for your confidentional information, first of all for passwords, but not only them
eSeceSec
eSec is a free digital wallet and password safe application for Windows Mobile powered devices to store passwords, accounts and other sensitive data in an easy but secure way. eSec uses 256bit AES encryption which is state of the art encryption technology. The storage of eSec Pocket PC is currently not compatible with the desktop pc version of eSec
A Secure Password SafeA Secure Password Safe
A Secure Password Safe - This mobile PDA password safe protects your passwords and sensitive informations securely. So that NO ONE BUT YOU can see it. Latest encryption technology adopted. It is like a safe in the bank, whatever you put in is safe and secure. Get it now, it is in promotion, offered at a low price
SecuBoxSecuBox
SecuBox is the most powerful and convenient on-the-fly "disk encryption" solution for Windows Mobile phones and their media cards. It protects confidential information by storing it in one or more secure areas encrypted with strong AES 256-bit encryption
PasswordVaultPasswordVault
PasswordVault - Tired of trying to keep track of multiple User IDs and passwords? If you have secure acces to more than a couple network/internet resources, you know what a problem this can be. You could just write them all down on a list in your desk drawer
CryptoWalletCryptoWallet
CryptoWallet is a powerful and easy to use assistant for secure and convenient data managing. Keep your mind free from countless numbers and letters. CryptoWallet will get you organized and let you quickly find your important information including user names, passwords, credit cards, calling cards, bank accounts, PINs, and more when you need it most
CrippinCrippin
Crippin - Most Crippin-encrypted files are less than half the size of the originals, so it can be used purely for compression too. If you only want to use it for compression, just leave all the password fields blank. With Crippin, you only need to type a password once in order to open an encrypted file, edit it and re-encrypt it
DataSafePro for PocketPCDataSafePro for PocketPC
DataSafePro for PocketPC - Secure, convenient storage and management of all your personal, business and financial information including passwords, credit card numbers, access codes, bank account numbers, PIN codes, and more. Not limited only to small pieces of data, you can protect also attached images, files and documents
 

Other Software by developer «Sapphire Solutions Ltd»:

SapphireIrDASapphireIrDA
SapphireIrDA Printing from your application can be a very useful tool in a situation where you need to give a receipt to your customer direct from your Pocket PC. The ideal solution is to use an IrDA enabled printer with the IrDA port on your device
SapphireFTPSapphireFTP
SapphireFTP Your application may be dealing with all different types of data files. These could be stock lists, orders, images; pretty much anything your application can store. But consider the need to transfer these files from your device to your server
SapphireGZipSapphireGZip
SapphireGZip The memory available on the devices is undoubtedly increasing as technology evolves, but so is the amount of data we are storing. We can now store more information about products and customers allowing a smoother daily run of the business
SapphireButtonsSapphireButtons
SapphireButtons As developers, we can spend quite a lot of effort getting the flow right for our application to make life easier for our users
SapphireMailSapphireMail
SapphireMail Emails are a powerful method of communication with the ability to send messages and files around the world almost immediately, free of charge. Being able to send and receive emails on your device within your eVB, VB
SapphireBatterySapphireBattery
SapphireBattery Battery power is not infinite. It is important to ensure that your users don’t find themselves without any battery power right when they need it the most
SapphireIMEISapphireIMEI
SapphireIMEI If you are rolling out your application on Smartphone or Pocket PC phone edition devices, you may wish to record the device’s International Mobile Equipment Identifier (IEMI) or International Mobile Subscriber Identity (IMSI) numbers
SapphireRASSapphireRAS
SapphireRAS It is now possible to dial a remote connection and manage the device’s phone book from your application using the Sapphire RAS Utility. This will allow you to build advanced applications to allow your mobile application stay current with your business information
Sapphire GZip UtilitySapphire GZip Utility
Sapphire GZip Utility- The memory available on the devices is undoubtedly increasing as technology evolves, but so is the amount of data we are storing. We can now store more information about products and customers allowing a smoother daily run of the business. However, we may sometimes find that our data is still, too big

» show more

 

Comments on SapphireEncrypt:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

SapphireEncrypt is compatible with your device Audiovox Thera - 2032
 
 
© Pantich 2009 - 2025 All rights reserved.