Author Topic: Password Reader  (Read 40073 times)

0 Members and 1 Guest are viewing this topic.

Offline fxdev

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 177
  • Rating: +34/-6
    • View Profile
Password Reader
« on: April 01, 2011, 05:39:48 pm »
Here are my password-reading programs. :)

Press [DEL] to remove the password from a Casio-Basic program.
On the Prizm, go to system menu and use UserKey as the system password.



« Last Edit: October 08, 2012, 04:08:33 pm by cfxm »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Prizm password reader
« Reply #1 on: April 05, 2011, 03:00:41 pm »
Lol nice work. Personally I don't think protecting your programs is a good idea unless you are worried someone might accidentally delete stuff from them and cause their game copy to not work anymore, because due to the TI community nature, people welcome open source stuff more and opening your programs allow other people to learn. We can learn programming by reading other people source code, so if everything is locked down it's much harder to learn.

If you check older topics here, I think there's a debate about keeping programs locked or unlocked.

That said, one advantage of locking programs on TI calcs is that it makes the EDIT menu less cluttered, but there's no way to permanently lock a program.

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: Prizm password reader
« Reply #2 on: June 02, 2011, 12:26:36 pm »
Is this using gcc or the 9860g SDK to compile?
« Last Edit: June 02, 2011, 12:26:47 pm by z80man »

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

Offline fxdev

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 177
  • Rating: +34/-6
    • View Profile
Re: Prizm password reader
« Reply #3 on: June 02, 2011, 12:32:53 pm »
My SDK uses tools from the fx-9860G SDK.
I'm not sure if you can build this with micro-SDK version 0.90, though.
« Last Edit: June 02, 2011, 12:44:09 pm by cfxm »

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: Prizm password reader
« Reply #4 on: June 02, 2011, 12:34:43 pm »
Are you planning on transitioning at any point to gcc? I'm currently working on porting the Insight source to compile under gcc. The advantage with using gcc is that compilation is simpler and it is more optimized.

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

Offline fxdev

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 177
  • Rating: +34/-6
    • View Profile
Re: Prizm password reader
« Reply #5 on: June 02, 2011, 12:41:10 pm »
Did a small test and yes, can still be built with version 0.90

Quote
Are you planning on transitioning at any point to gcc? I'm currently working on porting the Insight source to compile under gcc. The advantage with using gcc is that compilation is simpler and it is more optimized.
No, I have no plans for this. Version 1.00 will be the last one.
« Last Edit: June 04, 2011, 09:34:18 am by cfxm »

Offline TeamFX

  • LV3 Member (Next: 100)
  • ***
  • Posts: 49
  • Rating: +9/-0
    • View Profile
Re: Password Reader
« Reply #6 on: March 31, 2017, 04:22:39 pm »
This is a quick hack to make password reader work on the new fx-CG50.
Note that you can use [F2]+[Up]+[AC/ON],[9] to remove the system password since OS 1.04
« Last Edit: April 01, 2017, 04:33:36 am by TeamFX »