Secure Password Generator в Android Market

Icon for Secure Password Generator 1.2.4 Secure Password Generator (v. 1.2.4)
Разработано HartCode Technology Solutions

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

Категория: Инструменты
Закачек: <50
Размер: 304.0 KB
Опубликовано: 2012-10-22
Обновлено: 2012-10-22

Официальный сайт:
Hartcode.com

Баркод для Secure Password Generator
Воспользуйтесь сканером штрихкодов для быстрой установки этого приложения на ваш телефон!
Права доступа: 3 (показать/скрыть полный список)

Системное имя пакета: com.hartcode.passwordgenerator

Видео и снимки экрана

Снимок экрана secure-password-generator_00002
 

Комментарии и оценки пользователей для Secure Password Generator

Комментариев пока нет.