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:

Resco Explorer 2008Resco Explorer 2008
Complex solution of the following modules:The File Manager, Recycle Bin, Today Plugin, Strong File Encryption, ZIP Compression, The built-in viewer, The Network Browser, The Registry Editor and The FTP add-in
KeePassSDKeePassSD
KeePassSD is a Pocket PC port of the famous Windows PC application "KeePass - The Open-Source Password Safe" that stores passwords and other confidential data. KeePassSD is based on KeePass V2.xx
Easy WalletEasy Wallet
Easy Wallet is used to store important information for Pocket PC users in a Card Format. It stores information such as Bank Account, Calling Card, Car Info, Clothes, Locks, Contacts, Credit Cards, Driver License, Emergency numbers, Insurance Policies, ID Cards, Passport Info, Passwords etc. Key Features: 1
MorseMasterMorseMaster
MorseMaster is an excellent tool for learning to receive and decode morse code. It is also great for people that already master this art, maybe for learning to decode morse code in higher speeds or just for keeping skills alive
SecureFileSecureFile
SecureFile is the most secure and most affordable file encryption software for Windows Mobile Devices, Pocket PCs and SmartPhones. SecureFile utilizes transparent encryption to protect important information stored on PocketPC 200, Pocket PC 2002, and Pocket PC 2003. Protect your files from Pocket Word, Pocket Excel and other applications
BlenderBlender
Blender- Store your stuff as you already do in your Outlook Note, Contacts, etc. securely with encrypted message instead. You may decrypt the information within Blender or some other web pages that use the same algorithm XXTea (i.e. http://www.farfarfar.com/scripts/encrypt/). NOTE: I'm not in any way associate with this site. We are just using the same algorithm
Pocket MorsePocket Morse
Pocket Morse - New Version 1.3 - with PPC 2002 & PPC 2003 support. PocketMorse is a utility for decoding Morse Code audio signals. It runs on Pocket PC devices with the Pocket PC 2003 or 2002 operating system or Windows XP desktop systems (equipped with a soundcard)
Spb Wallet Pocket PCSpb Wallet Pocket PC
Spb Wallet is a secure and manageable storage of sensitive information, such as passport and account numbers, access and PIN codes, logins and passwords. The encrypted and password-protected data can be accessed from Windows PCs, and synchronized with mobile devices. Available for Windows Mobile, Symbian S60 and iPhone
Pocket SafeHoldPocket SafeHold
Pocket SafeHold is an easy-to-use program that allows you to encrypt/decrypt files or folders. The software also allows to safely managing your personal information; including Bank/Credit Card Accounts, Contacts, and Driver Licenses and so on. - Safe Encryption: Use AES arithmetic, It support 128, 192 and 256 bits key
Mobiano InfoKeeper For PPCMobiano InfoKeeper For PPC
Mobiano InfoKeeper For PPC is an utility for storing your sensitive personal information at one security place. It runs in your Windows Mobile-based device, so you can find back your passwords, credit card numbers, access codes and any other confidental information anytime and and anywhere
 

Other Software by developer «Sapphire Solutions Ltd»:

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
SapphireSIMSapphireSIM
The Sapphire SIM utility provides the Visual Studio developer with the ability to manage the SIM card of a Pocket PC Phone Edition, Windows Mobile or Smartphone device. It enables the user to add, change and delete contacts from teh normal and fixed sialling areas of the SIM card
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
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
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
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
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 Loox 410/420
 
 
© Pantich 2009 - 2025 All rights reserved.