home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / sci / crypt / 6394 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  805 b 

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!sun4nl!htsa.htsa.aha.nl!eduard
  2. From: eduard@htsa.aha.nl (Eduard Beijnes)
  3. Newsgroups: sci.crypt
  4. Subject: Re: GWBASIC encryption broken (code included)
  5. Message-ID: <1993Jan5.125842.12331@htsa.aha.nl>
  6. Date: 5 Jan 93 12:58:42 GMT
  7. References: <1992Dec16.225055.27830@leland.Stanford.EDU>
  8. Organization: Algemene Hogeschool Amsterdam, Polytechnic Institute
  9. Lines: 22
  10.  
  11. Some time ago I use GWBASIC then used QB 4.0
  12.  
  13. Some of the programs were protected (save"x",p)
  14. But to unprotect them I used a trick.
  15. I had two files:
  16.  
  17. protect.bas and unpro.bas
  18.  
  19. protect.bas was the original program
  20. and unpro was a file with two bytes (unpro.bas is at home
  21. I am writing this at school )
  22.  
  23. loaded gwbasic
  24. load"protect
  25. load"unpro
  26. list
  27. 10 ..
  28. 20 ....
  29. 30 ....
  30. etc.
  31.  
  32. Isn't this easier ???
  33.