www.android-online.ru РазработчикиHartCode Technology Solutions

Приложения разработчика HartCode Technology Solutions в Android Market

Критерий сортировки:
1-1 из 1
Иконка для Secure Password Generator 1.2.4

Secure Password Generator (v. 1.2.4)

HartCode Technology Solutions опубликовал приложение 2012-10-22
(обновлено 2012-10-22)

On Sale Now!

Generates secure passwords using one of three secure algorithms.  Includes the ability to share the generated password.  Automatically copies the password to the clipboard. Developers can now call our intent to use our generated passwords in their own programs.

This is the Ad free donation version.

Features:
The only password generation app to offer an Intent for external use. See below for use.
3 Secure generation algorithms.
Automatically copies the password to clipboard.
Generation Animation.
Ability to Share the password after creation.
Optional use of Uppercase and/or Lowercase letters.
Optional use of Numbers characters.
Optional use of Symbol characters.
Optional use of LEET replacement.
Optional use of duplicate characters.
Lengths between 5 and 24 characters.


Developers here is an example of how to call our program in your applications.

public void onClick(View arg0)
{
try
{
Intent i = new Intent("com.hartcode.intent.GeneratePassword");
    startActivityForResult(i, 0);
}catch (ActivityNotFoundException anfe)
{
// handle if no activities are found
}
}
public void onActivityResult(int requestCode, int resultCode, Intent data)
{
if (requestCode == 0 && resultCode == RESULT_OK)
{
String password = data.getStringExtra("Password");
int entropy = data.getIntExtra("Entropy",0);
// use password or entropy
}
}

US$1.00
Страница:  1