I have made a program in APPLESOFT BASIC to store passwords or sentences than Alex Shackleford have modified it a little to be more secure, this is the program:
Enjoy! :mac:
I have made a program in APPLESOFT BASIC to store passwords or sentences than Alex Shackleford have modified it a little to be more secure, this is the program:
Enjoy! :mac:
Please support the defense of Ukraine.
Direct or via Unclutter App
No Ads.
No Trackers.
No Social Media.
All Content Locally Hosted.
Built on Free Software.
We have complied with zero government requests for information.
~ Est. 1999 ~
A pillar of corporate stability since the second millenium.
© 1999-2999 Tom Owad
I always thought that using an Apple II or other ancient microcomputer would be a novel way of storing the password to a password manager.
Also Line 170, should be:
170 PRINT "UH UH UH, YOU DIDN'T SAY THE MAGIC WORD"
(Joke only applies if you have seen Jurassic Park ;))
CWJ,
LOL
I like the reference.
"Uh..Uh..Uh..."
Steven
Like the will of CWJ_wilko i have changed line 170 to be more like Jurassic Park theme!
Enjoy! :macos:
AH,AH,AH YOU DIDNT SAY THE MAGIC WORD VIDEO!!!!
before it ask if you want to see the password you can save the state to a floppy so you have stored your passwords.
In the emulator AppleWin it works fine to save the state as file, i dont have a true Apple II to test this farter but can be someone of you can tell me if you can save to floppy at that stage : )!
This is my first APPLE II PASSWORD STORAGE corrected and simplified:
10 PRINT "TELL ME YOUR PASSWORD TO STORE"
20 INPUT A$
30 PRINT "INSERT A CODE"
40 INPUT B$
50 HOME
60 PRINT "DO YOU WANT I SHOW YOUR PASSWORD"
70 INPUT C$
80 IF C$ = "YES" THEN PRINT "INSERT CODE"
90 INPUT D$
100 IF D$=B$ THEN PRINT A$
110 IF C$ = "NO" THEN GO TO 10
120 GOTO 10
You're running this password storage program in an emulator?
Uhh….
:bigsmile:
I cant afford! : (
I have added strings to save to floppy:
10 PRINT "TELL ME YOUR PASSWORD TO STORE"
20 INPUT A$
30 PRINT "INSERT A CODE"
40 INPUT B$
50 HOME
60 PRINT "DO YOU WANT TO SAVE YOUR PASSWORD TO FLOPPY"
70 INPUT E$
80 IF E$ = "YES" THEN SAVE
90 IF E$ = "NO" THEN GOTO 100
100 PRINT "DO YOU WANT I SHOW YOUR PASSWORD"
110 INPUT C$
120 IF C$ = "YES" THEN PRINT "INSERT CODE"
130 INPUT D$
140 IF D$=B$ THEN PRINT A$
150 IF C$ = "NO" THEN GO TO 10
160 GOTO 10
can be there are some bugs i'm on an emulator!
ERRATA CORRIGE:
10 PRINT "TELL ME YOUR PASSWORD TO STORE"
20 INPUT A$
30 PRINT "INSERT A CODE"
40 INPUT B$
50 HOME
60 PRINT "DO YOU WANT TO SAVE YOUR PASSWORD TO FLOPPY"
70 INPUT E$
80 IF E$ = "YES" THEN SAVE
90 IF E$ = "NO" THEN GOTO 100
100 PRINT "DO YOU WANT I SHOW YOUR PASSWORD"
110 INPUT C$
120 IF C$ = "YES" THEN PRINT "INSERT CODE"
130 INPUT D$
140 IF D$=B$ THEN PRINT A$
150 GOTO 10
some codeing adjustment:
10 PRINT "TELL ME YOUR PASSWORD TO STORE":INPUT A$
30 PRINT "INSERT A CODE":INPUT B$
50 HOME
60 PRINT "DO YOU WANT TO SAVE YOUR PASSWORD TO FLOPPY":INPUT E$
80 IF E$ = "YES" THEN SAVE
90 IF E$ = "NO" THEN GOTO 100
100 PRINT "DO YOU WANT I SHOW YOUR PASSWORD":INPUT C$
120 IF C$ = "YES" THEN PRINT "INSERT CODE":INPUT D$
140 IF D$=B$ THEN PRINT A$
150 GOTO 10
Some modifications.. But use my program at your own risk!
5 REM PASSWORD STORAGE PROGRAM DELUXE VERSION 1.17 ALPHA
10 PRINT "PASSWORD INPUT LEVEL 8?":INPUT A$
15 FOR A = 1 TO 117881
30 PRINT "CODE INPUT VERIFICATION ATTENUATOR 13?!@":INPUT B$
50 HOME : NEW
55 REM PASSWORD STORAGE PROGRAM DELUXE VERSION 1.18 ALPHA
60 PRINT "FLOPPY SAVING POINT A INPUT?":INPUT E$
65 IF A > 7 THEN GOTO 5
80 IF E$ = "YES" THEN SAVE
90 IF E$ = "NO" THEN GOTO 100
95 IF E$ = "WTF" THEN END
100 PRINT "DO YOU WANT ME TO SHOW YOUR PASSWORD SO SOMEONE ELSE CAN SEE IT AND HACK INTO THIS COMPUTER?":INPUT C$
120 IF C$ = "YES" THEN PRINT "INPUT THE DAMN CODE!":INPUT D$
140 IF D$=B$ THEN PRINT A$
145 IF A$=F$ AND IF C$=H$ THEN WTF
150 GOTO 10
155 GOTO HELL
160 REM I CANT PROGRAM ANYTHING
165 END
170 REM I WORK FOR MICROSOFT
With your program i have lost my password!!!!! LOL!
Sorry about that but I was possessed by the spirit of Bill Gates and he made me do it.
It's not my fault!
Bill Gates the BASIC man!
PIRATES OF THE SILICON VALLEY
Great movie!
I watch it all the time.
Steven