Encrypted Lines Generator

NB Software

Author: N.Betancort Piratord


This Applet is complementary of the "Password Applet". Its purpose is the one of facilitating the edition of the file "lista.txt" that contains the encrypted data of users, passwords and webpages.

กก Updated September 30, 1999 กก


This Applet generates a line of encrypted text with the introduced parameters. Due to the implicit restrictions in the code of Applets, it is not possible to write directly in a file. Therefore the process to incorporate the encrypted line to the ASCII file " lista.txt " is the following one:

Drag the mouse to select the text in the textfield entitled "encrypted line"

-copy into the clipboard using Control+C

-paste it into the file lista.txt using Control+V

It is supposed that previously the file "lista.txt" has been created with an ASCII text editor, for example Notepad for Windows(TM).

Important: The keycode number must be always the same one for all the lines of the same file lista.txt This number must be also the same one that we will use as parameter key when activating the Password Applet. The file lista.txt is an ASCII file. The first line of the file "lista.txt" is not processed by the applet, so is ignored the content of the first line.

 
Example: If you enter:

		keycode: 1234	user: Albert  password: gamma  webpage: Alpage.html
	
		you get the encrypted line:	 Bshiwv  hhsqf  Bsvelg1mutr	

		

HOME