ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: File Archives :: TI-89 BASIC Misc. Programs (Encryption)
File Archives

TI-89 BASIC MISC. PROGRAMS (ENCRYPTION)

Click a filename to download that file.
Click a folder name to view files in that folder.
Click  for file information.
indicates files with screen shots.
indicates files with animated screen shots.
indicates files with reviews.
indicates featured programs.

Archive Statistics
Number of files 41
Last updated Monday, 11 August 2008
Total downloads 92,846
Most popular file  Word Combination Generator with 8,884 downloads.


Name Size Date Rating Description
(Parent Dir) folder   Up to TI-89 BASIC Misc. Programs
code.zip 206k 05-03-09 File is not rated Code
Code is, as the name implies, a code program. A very hard code, in my opinion, since you have to use ASCII to get the Hexidecimal digits of the squares of the Hexidecimal ASCII code of the digits of the code of the original string...I think...lol, even I'm not sure how to do it. THAT says something
coder.zip 1k 05-03-09 File is not rated Coder v1
Codes and decodes a string based on a password.
codexor.zip 1k 04-07-15 File is not rated The XOR Cipher
This program is one of the best text encryption utilities available. It uses a random seed, random numbers, an encryption string that is not the same as ASCII, and the 'xor' command to turn text into gibberish. It can also turn it back.
combo.zip 10k 03-05-12 File is not rated Word Combination Generator
This set, for the TI-83 -- V200 generates word combinations of whatever you input.
crypt.zip 1k 00-02-28 File is not rated Crypt v1.1
An updated version to Crypt v1.0. This version does include encryption! It is impossible to figure out the password, and I challenge you to try!
crypt2.zip 1k 00-06-16 File is not rated Crypt 89
STRONGEST encryption program available
crypt3.zip 1k 02-02-21 File is not rated Crypt
This is a algorithm for Encrypting/Decrypting strings, ideal for use in programs that need password protected encryption! It has a rate of approx .05 sec per char.
crypt4.zip 3k 02-10-12 File is not rated Crypt v4.0
This is an advanced encryption engine. Very secure, Very small, and Very fast! A must download if u need to encrypt strings.
cryptgui.zip 3k 00-11-06 File is not rated CryptGUI v2.0
This is the most powerful Graphical encryption Program available. Period.
crypto.zip 1k 98-10-16 File is not rated Crypto 89 v1.0
An encryption/decryption program that uses xor and simple checksum.
cryptosolv.zip 1k 03-12-29 File is not rated CryptoSolv
A cryptogram solver. Tell it what letters mean what, and it'll tell you what a given phrase is.
ed.zip 1k 04-03-08 File is not rated Simple Decryption/Encryption
This program takes a phrase, like Hi, and encrypts it to 072 105 and vice versa. See readme and screenshots for details.
encdec.zip 2k 01-06-12 File is not rated Encryption
This is a simple little (pointless) matrix based encryption utility. See the included readme file for how to use it. you may get a "singular matrix" error with some encryption matricies.
encode.zip 1k 00-07-02 File is not rated Text Encoder v1.0
Text Encoder for the TI-89
encoder89.zip 1k 00-05-24 File is not rated Encoder89
This programs a message in a complex code, and saves it on your calculator. The included decoder then decodes the message, exactly how you typed it!
encpro.zip 9k 04-02-09 File is not rated EncPro
EncPro v1.1 is an efficient ecryption program currently supporting ROT13, RSA, and a Binary XOR. It provides user-friendly utilites to make your own keys and start encrypting now.
encrypt.zip 1k 99-02-28 File is not rated Encrypt/Decrypt String
Encrypts and decrypts string data using a password
encryption.zip 1k 03-03-07 File is not rated Encrypt
This program encodes/decodes a string of characters if provided with the right key, which you provide when encoding.
encwrap.zip 1k 05-04-18 File is not rated Encryption and Word Wrapper
This encryption program is completely invulnerable to Caesarian cryptanalysis, and is invulnerable to frequency analysis. It uses a key of random modifiers to alter the ASCII values of the text one character at a time. Al characters are supported, so you can use any symbol you want. The plaintext string or stringvar entered will be erased when finished, so you have to remember not to delete the key. Duh. The ciphertext and key list are both locked after they are created.
enigma.zip 1k 01-02-20 File is not rated Enigma
It is a semi-good code that I made up for fun.
imcode.zip 1k 99-04-16 File is not rated Impossible Code
Enciphers a string into a code that is impossible (hopefully) to break.
key.zip 1k 03-10-19 File is not rated CodeKey Func
A function that returns the code of the key pressed on the HOME screen. Small, compact, easy to use.
key3.zip 1k 04-03-02 File is not rated Key3 V1.20
Key3 is a simple string encryption/decryption function. What's new in this release: added support for using negative method numbers for encryption and positive method numbers for decryption. (C)2003, 2004 Enchanted Coders.
krypt.zip 6k 00-03-17 File is not rated XOR-Krypt
crypting tool for Ti89,using a XOR.
loss.zip 1k 03-12-09 File is not rated Loss V1.00
Loss provides lossy-encryption of strings. Lossy-encryption is designed to be both one-way and unbreakable. See the documentation for information about the encryption method. (C) 2003 Enchanted Coders.
pencrypt.zip 13k 99-02-28 File is not rated Password Encryption v1.0
This program uses a password and a non periodic polyalphabetic encryption method to encrypt strings.
pictenc.zip 10k 04-03-28 File is not rated Pictoral Encryption/Decryption v1.5
This is an updated and fully functional version of its beta. The encrypting program takes text and returns a picture (really binary data). Details about the method of encryption are included in the readme. The decrypting program reverses the process. These programs were designed from a concept of applying complex computer-style algorithms to the TI-89. The programs work much faster when run on a computer implementing an emulator (reference to the hardware section of ticalc.org), but may be used on the calculator when you have the extra time. Note: these programs are large (around 18k each on the calc), so be prepared to make some space. Please read the readme file for instructions on how to quickly move the programs to archival memory.
rot13.zip 1k 01-02-16 File is not rated ROT13
This program does the famous rot13 "code".
rotate13.zip 1k 07-04-26 File is not rated ROTATE13 Tool
The ROTATE13 Tool will take a string from user input and apply ROT13 to it. Upper-case and lower-case letters are moved forward 13 places; for example, A would become N, and U would become H, and vice versa. ROTATE13 is symmetrical; re-applying ROT13 on an encoded string would return the original string. Needless to say, ROT13 has no effect on non-alphabetic characters. For more info on ROT13, such as its history, technical details, and applications, see: http://en.wikipedia.org/wiki/ROT13 ***This release is a direct port of the original TI-83+/84+ edition***
rsa.zip 4k 01-12-22 File is not rated RSA
program to generate keys and encode/decode function using the RSA algorithm
rsa_fr.zip 12k 03-03-07 File is not rated RSA-Cryptor [French]
RSA-Cryptor est un programme de codage tres efficace sur calculatrice utilisant l'algorithme RSA Version francaise English version for soon.
rsa_project.zip 109k 03-07-14 File is not rated RSA Encryption and Decryption Ti-89, Ti-92+ and Voyage 200
RSA is an Internet encryption and authentication system that uses an algorithm developed in 1977 by Ron Rivest, Adi Shamir, and Leonard Adleman.
rsacryptor.zip 7k 03-05-05 File is not rated RSA-Cryptor
This function lets you encrypt a string with the RSA algorithm. To break it, you have to factor a number with about 100 digits
scram.zip 3k 01-02-20 File is not rated Encrypter/Scrambler
Encrypts what ever is on the graph screen and will also decrypt it. Usefull for sending messages to people.
shiftstring.zip 1k 04-03-07 File is not rated Shift String V1.00
Shift String is a weak string encryptor/decryptor based on shift ciphers. (C)2004 Enchanted Coders.
solitaire.zip 2k 00-02-21 File is not rated Solitaire Encryption
Uses the Solitaire Encryption Algorithm by Bruce Schneier ... also found in the book Cryptonomicon. It can encrypt and decrypt short messages.
spypics.zip 1k 00-11-18 File is not rated Spy Pics v1.0
SpyPics Version 1.0 This is an old app that i pulled outta the computer today This is the Program i wrote before CryptGUI. This one is very fast but not too powerful.. Yes, it does have Random Encryption as well as Regular passcode encryption. If you like to have little graphical encryption programs (especially ones that can make cool designs) then you need to Download this.
string_encrypter.zip 1k 08-08-11 File is not rated String Encrypter
A simple program that encrypts and decrypts strings with a password. For a long description, look at the Read Me.
stringcrypt.zip 3k 01-06-01 File is not rated StringCrypt 1.0
This is a cool encryption program I wrote that features four different encryption algorithms. One is impossible to break when used properly, the others were implemented for my math class and the rest for fun. Enjoy!
tbcod.zip 9k 02-02-16 File is not rated Ecryption/decryption
Will encrypt/decrypt strings using a password and the TI ASCII. No known bugs. Does long strings. Ideas to improve welcome.
unbrkabl.zip 1k 03-03-07 File is not rated Unbreakable v1.0
String Encryptor/Decryptor written in BASIC. It will turn a string into a series of numbers! Great for password programs or just passing messages. Just tell it the variable name, and whether you want C-Spec on or off. C-Spec is a great feature that allows the string only to be decoded on the calculator it was encoded on. That way, if someone copies your strings they can't decode them (unless they steal your calculator). This is a great program that is easy to use! Please be sure to download it! Also, I like feedback, If you like it, let me know. If there are things you would like added to it, or changed on it, let me know!
vigenere.zip 1k 01-02-20 File is not rated Vigenere Function
Converts a plaintext into a Vigenere cipher using any keyword you chose and can decrypt it.

  Copyright © 1996-2009, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer