what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

tprg.c

tprg.c
Posted Aug 26, 2004
Authored by Tal0n

TRPG is a root password generating tool. It can make use of multiple salts and generate passwords at least 45 characters in length.

tags | root
systems | unix
SHA-256 | 36a091e201af2c333897f277f62a857fc28d9f22aa63b2cbf503467f094f6d04

tprg.c

Change Mirror Download
/* TRPG v1.7 - Tal0n's Root Password Generator, By Tal0n 02-29-04 */
/* Generates good root passwords for high security systems and the paranoid
boxes :P */
/* Will generate ATLEAST 45 character passwords, recommended: 50 :) */
/* Questions or Comments: cyber_talon@hotmail.com -Tal0n */

#include <stdio.h>
int main(int argc, char *argv[]) {

int r1, r2, r3, r4, r5;
char *r6, *r7, *r8, *r9, *r10;
char *f1, *f2, *f3, *f4, *f5;

if (argc != 6) {
printf("\nTRPG v1.7, By Tal0n 02-29-04\n");
printf("\nUsage: %s salt1 salt2 salt3 salt4 salt5\n", argv[0]);
printf("\nExample: %s h6 0s 9o 1d i9\n\n", argv[0]);
return 0; }

if (argc == 6) {
printf("\nGenerating five passwords...\n\n");

r1 = 19;
r2 = 28;
r3 = 37;
r4 = 46;
r5 = 55;

r6 = "t|$a&z";
r7 = "z_b!y(";
r8 = "p/c%x=";
r9 = "o]@d~w";
r10 = "w'e<v*";

f1 = argv[1];
f2 = argv[2];
f3 = argv[3];
f4 = argv[4];
f5 = argv[5];

printf("%s%d%d%s%s%s%d%s%d%s%s%s%d%s%s", f1, r1, r2, r6, r7, f2, r3, f3, r4,
r8, r9, f4, r5, r10, f5);
printf("\n");

printf("%s%d%d%s%s%s%d%s%d%s%s%s%d%s%s", f2, r5, r3, r7, r9, f4, r4, f5, r2,
r10, r6, f1, r1, r8, f3);
printf("\n");

printf("%s%d%d%s%s%s%d%s%d%s%s%s%d%s%s", f5, r2, r4, r9, r10, f2, r5, f3,
r1, r7, r8, f4, r3, r6, f1);
printf("\n");

printf("%s%d%s%s%d%s%d%s%d%s%s%s%d%s%s", f3, r1, r7, r8, r2, f5, r3, f4, r5,
r6, r9, f1, r4, r10, f2);
printf("\n");

printf("%s%d%d%s%s%s%s%s%s%d%s%s%d%d%s", f4, r2, r1, r6, r9, f2, r10, f3,
r8, r4, r7, f1, r5, r3, f5);
printf("\n");

printf("\nDone!\n\n");
return 0; }

else {
return 0; }

return 0; }

TRPG is a root password generating tool.

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
Login or Register to add favorites

File Archive:

August 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Aug 1st
    15 Files
  • 2
    Aug 2nd
    22 Files
  • 3
    Aug 3rd
    0 Files
  • 4
    Aug 4th
    0 Files
  • 5
    Aug 5th
    15 Files
  • 6
    Aug 6th
    11 Files
  • 7
    Aug 7th
    43 Files
  • 8
    Aug 8th
    42 Files
  • 9
    Aug 9th
    36 Files
  • 10
    Aug 10th
    0 Files
  • 11
    Aug 11th
    0 Files
  • 12
    Aug 12th
    0 Files
  • 13
    Aug 13th
    0 Files
  • 14
    Aug 14th
    0 Files
  • 15
    Aug 15th
    0 Files
  • 16
    Aug 16th
    0 Files
  • 17
    Aug 17th
    0 Files
  • 18
    Aug 18th
    0 Files
  • 19
    Aug 19th
    0 Files
  • 20
    Aug 20th
    0 Files
  • 21
    Aug 21st
    0 Files
  • 22
    Aug 22nd
    0 Files
  • 23
    Aug 23rd
    0 Files
  • 24
    Aug 24th
    0 Files
  • 25
    Aug 25th
    0 Files
  • 26
    Aug 26th
    0 Files
  • 27
    Aug 27th
    0 Files
  • 28
    Aug 28th
    0 Files
  • 29
    Aug 29th
    0 Files
  • 30
    Aug 30th
    0 Files
  • 31
    Aug 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close