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:

September 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close