Main
   Home
   About
   DiscussionBoard
Files
   About
   Submit
   Search
Downloads
   Action
   QB64
Links
   Link to us
QB45.org
326 files in total in this section.

  Random File Maker.zip by Chuck Mire (Rate this file/View comments)
In addition to the ability to choose any continuous range of characters, this version, Random File Maker II, now has the ability to choose a discontinuous range of characters consisting of: Numbers & Alpha (numbers 0 through 9 along with the UPPER and lower case alphabets only); DNA characters (GCAT); Hexidecimal (0123456789ABCDEF); and Roman Numerals (IVXLCDM) Otherwise, it is the same standard approach as the original version with the ability to control all of the parameters which allows for the exact duplication of the file at a later time should the need arise.
Source included - QB64 - 381.78 KB - 674 downloads
Rating: 0/10 (0 votes)

  Reciprocal One-Time Pad Table Generator & Solver.zip by Chuck Mire (Rate this file/View comments)
These two programs represent a trip back in memory lane when one-time pads were generated on paper and secretly distributed to the parties concerned. If a pad was leaked to someone outside of those parties, or if a pad was used more than once, or if a pad was shorter than the message, or if a pad was not truly random, then the transmission might no longer be secret. The attached zip file contains both Windows executables, the source codes and a PDF with screen shots and detailed instructions.
Source included - QB64 - 1.09 MB - 461 downloads
Rating: 0/10 (0 votes)

  Reciprocal Table Auto Solver II.zip by Chuck Mire (Rate this file/View comments)
My last upload, Reciprocal_Vigenère_Square_Table_Suite_II [Available here, https://qb45.org/files.php?action=showfile&id=1986], was designed to completely solve a Vigenère Square Table using the Auto-Key algorithm. This upload, Reciprocal_Table_Auto_Solver_II, is instead designed to completely solve a Vigenère Square Table by the more traditional method of choosing, letter-by-letter, each character in the message with the ROW; and each character in the Repeating Key-Word or Extended-Key-Phrase with the COLUMN; in order to choose the character to encrypt or decrypt at the cross-indexed ROW & COLUMN location. Everything is explained in detail in the attached zip file, which contains the Windows executable, the source code, a Read_Me PDF, a Miscellaneous_Notes PDF, a Screenshots_PDF and a Legal_Page_Reciprocal_Table_PDF [which is an 11" X 14" Landscape Legal Page printable example of my highly modified and expanded form of a Vigenère Square Table].
Source included - QB64 - 770.9 KB - 239 downloads
Rating: 0/10 (0 votes)

  Reciprocal Table Auto Solver III.zip by Chuck Mire (Rate this file/View comments)
The Reciprocal Vigenère Polyalphabetical Square Table was a paper and pencil method of substitution encryption before computers. Words ran together without spacing or other formatting options. Two methods of encryption were used: The Auto-Key method where the entire message itself was the encryption key after it was initialized with a single character; and the Key-Word/Key-Phrase method where the key was placed over the message, repeated if necessary, and encrypted letter-by-letter. I have expanded on this basic design with the ability to encrypt a large body of formatted text, such as an HTML file, with all the typewriter keys allowed including tabs, carriage returns, line feeds and spaces. Previously, my design was only for the Auto-Key method, such as my ASCII_Typewriter_Keys_Reciprocal_Table_Auto-Key_Solver.exe program previously uploaded in the QB64 Tab at the home page of QB45.org. With this upload, I now have the ability for the Key-Word/Key-Phrase method. A repeating Key-Word or short Key-Phrase is NOT desirable or necessary because a large set of random typewriter characters can be generated that is the exact length of the formatted message to be encrypted/decrypted with the included RND_Typing_Keys_To_Clipboard.exe program. Furthermore, the random typewriter characters are generated with an identifying number which means that any set can be generated any time by using the exact identifying number and length. With different random typewriter character sets used for different encrypted formatted files, no clues are given for any analysis by unauthorized parties.
Source included - QB64 - 959.36 KB - 205 downloads
Rating: 0/10 (0 votes)

  Reciprocal Vigenère Square Table Suite II.zip by Chuck Mire (Rate this file/View comments)
This zip file contains three [3] Windows executables, with source code, three [3] PDFs and two [2] text files. This suite of programs makes two [2] major changes of my Original Version of Reciprocal Vigenère Square Table Suite, located here: https://qb45.org/files.php?action=showfile&id=1985 The first major change is that it is no longer necessary to manually type in the desired table linear string in any of the executables. Now, different table linear strings can be stored in a text file and edited to ensure accuracy. The string of choice may then be copied, and pasted into any of the executables. Example_Table_Linear_Strings.txt illustrates this and the resulting tables can be viewed in Extended_Reciprocal_Tables_Examples_II.pdf that were made with the Reciprocal_Table_Generator_II.exe. Remember to use the Consolas TrueType Font when printing a table. The second major change is that each cell in a table NOW contains three [3] characters. At the intersection of a row and column, in any cell, the left first two letters/numbers/characters indicate the row & column of that cell - in that order. The right side lower case letter/number/character in any cell is the UPPER CASE letter/number/character chosen to encrypt or decrypt. For example, if the cell shows GOq, it means Row G, Column O, and encrypt or decrypt with Q. Having all this information in each cell minimizes choosing the wrong cell. The Reciprocal_Table_Solver_II.exe is made to encrypt/decrypt a message one-step-at-a-time. The Reciprocal_Table_Auto-Key_Solver_II.exe is made to encrypt/decrypt a message all-at-once, using the Auto-Key method. The Extended_Reciprocal_Tables_II.pdf has two tables formatted in 17" X 11" Landscape Tabloid size if you want to have a commercial service print and optionally laminate either of them. This is for those who want to do paper and pencil encryption/decryption as was done before computers.
Source included - QB64 - 1.52 MB - 261 downloads
Rating: 0/10 (0 votes)

  Reciprocal Vigenère Square Table Suite.zip by Chuck Mire (Rate this file/View comments)
This zipped suite of Windows programs consists of three executables with source code and 3 PDFs. A user can create and print any type of modified Vigenère Polygraphic Square Table by entering a sequential string of UPPPERCASE letters/numbers/characters in the Reciprocal Table Generator.exe [with the Consolas TrueType Font]. The user can encrypt/decrypt a message using any of the tables [one-step-at-a-time] with the Reciprocal Table Solver.exe instead of only using paper and pencil. The user can encrypt/decrypt a message using any of the tables [in-just-one-step] using the Reciprocal Table Auto-Key Solver.exe, but ONLY IF the encryption/decryption is using the Auto-Key method. The Reciprocal Table Auto-Key Solver.pdf explains in detail how to use the Auto-Key method in which a single initializing character starts the encryption/decryption process and then the password is the length of the message and comes from the message itself. The Reciprocal Tables.pdf are 3 different examples of tables created with the Reciprocal Table Generator.exe. The Reciprocal Table Worksheets.pdf are used as paper and pencil aids for encryption/decryption.
Source included - QB64 - 1.4 MB - 273 downloads
Rating: 0/10 (0 votes)

  Reverse Collatz Conjecture Calculator.zip by Chuck Mire (Rate this file/View comments)
With my previous program, Collatz Conjecture.exe, (https://qb45.org/files.php?action=showfile&id=1976), using certain rules showed that with any positive integer, a meandering path of integers would always end up at "1". Now with this program, Reverse Collatz Conjecture.exe, instead of ending up "downstream" at "1", by using different rules it is possible to travel through various junctions where different forks can be chosen by the user which results in different meandering integer paths "upstream" with the same starting integer. If the final "upstream" integer is plugged into Collatz Conjecture.exe, the same meandering path is followed "downstream". The zip file contains the Windows executable, the source code, and a PDF with screen shots that fully explain the new "upstream" rules with examples.
Source included - QB64 - 1.27 MB - 317 downloads
Rating: 0/10 (0 votes)

  Right Triangle Integer Triples.z by Chuck Mire (Rate this file/View comments)
Generate multiple sets of Pythagorean Right Triangle Integer Triples, which are infinite in number. The Windows executable program has a "Help" screen which explains the algorithm I used. The zip file contains the source code, the Windows executable and two screen shots.
Source included - QB64 - 558.41 KB - 998 downloads
Rating: 0/10 (0 votes)

  Rock, Paper & Sissors.zip by Chuck Mire (Rate this file/View comments)
This is the classic game you learned as a kid. Play against your computer while keeping a running score. Each session is different because the TIMER is used to initialize the random generator for each session.
Source included - QB64 - 367.1 KB - 461 downloads
Rating: 0/10 (0 votes)

  Russian Multiplication.zip by Chuck Mire (Rate this file/View comments)
Russian Multiplication - also known as Russian Peasant Multiplication - is a simple method of multiplication that only requires the ability to multiply by two, divide by two, and add. The attached zip file contains the Windows executable, the source code, and a PDF with two explanatory screen shots.
Source included - QB64 - 482.67 KB - 606 downloads
Rating: 0/10 (0 votes)

  SCREEN PAINTER.bas by Naman Saikia (Rate this file/View comments)
This program creates a circle that is moved by the mouse and paints the screen.
Source included - QB64 - 409 B - 444 downloads
Rating: 0/10 (0 votes)

  SCRNED43.ZIP by eoredson (Rate this file/View comments)
Small screen editor
Source included - QB64 - 75.34 KB - 34 downloads
Rating: 0/10 (0 votes)

  SCRNED44.ZIP by eoredson (Rate this file/View comments)
The full screen editor for QB64 PD 2024.
Source included - QB64 - 76.26 KB - 27 downloads
Rating: 0/10 (0 votes)

  SIC87G.ZIP by eoredson (Rate this file/View comments)
The Symbolic Instruction Code Kit
Source included - QB64 - 753.97 KB - 44 downloads
Rating: 0/10 (0 votes)

  SIC87H.ZIP by eoredson (Rate this file/View comments)
The Symbolic Instruction Code Kit
Source included - QB64 - 785.7 KB - 66 downloads
Rating: 0/10 (0 votes)

  SICK64.ZIP by eoredson (Rate this file/View comments)
symbolic instruction code kit
Source included - QB64 - 578.44 KB - 1370 downloads
Rating: 10/10 (1 votes)

  SICK64B.ZIP by eoredson (Rate this file/View comments)
The Symbolic Instruction Code Kit
Source included - QB64 - 390.96 KB - 960 downloads
Rating: 10/10 (1 votes)

  SICK64C.ZIP by eoredson (Rate this file/View comments)
The Symbolic Instruction Code Kit
Source included - QB64 - 390.58 KB - 981 downloads
Rating: 10/10 (1 votes)

  SICK64C1.ZIP by eoredson (Rate this file/View comments)
The Symbolic Instruction Code Kit
Source included - QB64 - 389.84 KB - 1008 downloads
Rating: 10/10 (1 votes)

  SICK64C2.ZIP by eoredson (Rate this file/View comments)
Symbolic Instruction Code Kit
Source included - QB64 - 390.79 KB - 862 downloads
Rating: 10/10 (1 votes)

  SICK64C3.ZIP by eoredson (Rate this file/View comments)
Symbolic Instruction Code Kit
Source included - QB64 - 392.57 KB - 868 downloads
Rating: 10/10 (1 votes)

  SICK64C4.ZIP by eoredson (Rate this file/View comments)
Symbolic Instruction Code Kit
Source included - QB64 - 392.9 KB - 885 downloads
Rating: 10/10 (1 votes)

  SICK64D1.ZIP by Erik Jon Oredson (Rate this file/View comments)
The Symbolic Instruction Kit Interpreter For QB64
Source included - QB64 - 393.85 KB - 723 downloads
Rating: 10/10 (5 votes)

  SICK64D2.ZIP by Erik Jon Oredson (Rate this file/View comments)
Symbolic Instruction Code Kit
Source included - QB64 - 391.56 KB - 578 downloads
Rating: 10/10 (1 votes)

  SICK64D3.ZIP by Erik Jon Oredson (Rate this file/View comments)
Symbolic Instruction Code Kit
Source included - QB64 - 393.05 KB - 1566 downloads
Rating: 0/10 (0 votes)

  SICK64D4.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 396.19 KB - 219 downloads
Rating: 0/10 (0 votes)

  SICK64D5.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 396.98 KB - 245 downloads
Rating: 0/10 (0 votes)

  SICK64D6.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 432.83 KB - 241 downloads
Rating: 10/10 (1 votes)

  SICK64D7.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 450.3 KB - 146 downloads
Rating: 0/10 (0 votes)

  SICK64D8.ZIP by eoredson (Rate this file/View comments)
The Windows Symbolic Instruction Code Kit
Source included - QB64 - 452.39 KB - 280 downloads
Rating: 0/10 (0 votes)

Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11

Members
Login
Register
QB45 Members
Member List