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)

Archive Statistics
Number of files 43
Last updated Monday, 11 November 2013
Total downloads 126,964
Most popular file  Word Combination Generator with 12,712 downloads.

Click a filename to download that file.Click a folder name to view files in that folder.Click  for file information.

Icon legend: File with screen shots File with animated screen shots File with reviews Featured programs


NameSizeDateRatingDescription
(Parent Dir)folder Up to TI-89 BASIC Misc. Programs
coder.zip1k05-03-09File is not ratedCoder v1
Codes and decodes a string based on a password.
codexor.zip1k04-07-15File is not ratedThe 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.
code.zip206k05-03-09File is not ratedCode
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
combo.zip10k03-05-12File is not ratedWord Combination Generator
This set, for the TI-83 -- V200 generates word combinations of whatever you input.
crypt2.zip1k00-06-16File is not ratedCrypt 89
STRONGEST encryption program available
crypt3.zip1k02-02-21File is not ratedCrypt
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.zip3k02-10-12File is not ratedCrypt 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.zip3k00-11-06File is not ratedCryptGUI v2.0
This is the most powerful Graphical encryption Program available. Period.
cryptosolv.zip1k03-12-29File is not ratedCryptoSolv
A cryptogram solver. Tell it what letters mean what, and it'll tell you what a given phrase is.
crypto.zip1k98-10-16File is not ratedCrypto 89 v1.0
An encryption/decryption program that uses xor and simple checksum.
crypt.zip1k00-02-28File is not ratedCrypt 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!
ed.zip1k04-03-08File is not ratedSimple 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.zip2k01-06-12File is not ratedEncryption
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.
encoder89.zip1k00-05-24File is not ratedEncoder89
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!
encode.zip1k00-07-02File is not ratedText Encoder v1.0
Text Encoder for the TI-89
encpro.zip9k04-02-09File is not ratedEncPro
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.
encryptanddecrypt.zip1k13-11-11File is not ratedEncrypt and Decrypt
These two files, encrypt and decrypt, will convert a string (any length) and a secret key into a list of numbers. The only way to decrypt is to use the decrypt function to convert back to a string. See readme for more info/instructions.
encryption.zip1k03-03-07File is not ratedEncrypt
This program encodes/decodes a string of characters if provided with the right key, which you provide when encoding.
encrypt.zip1k99-02-28File is not ratedEncrypt/Decrypt String
Encrypts and decrypts string data using a password
encwrap.zip1k05-04-18File is not ratedEncryption 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.zip1k01-02-20File is not ratedEnigma
It is a semi-good code that I made up for fun.
imcode.zip1k99-04-16File is not ratedImpossible Code
Enciphers a string into a code that is impossible (hopefully) to break.
key3.zip1k04-03-02File is not ratedKey3 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.
key.zip1k03-10-19File is not ratedCodeKey Func
A function that returns the code of the key pressed on the HOME screen. Small, compact, easy to use.
krypt.zip6k00-03-17File is not ratedXOR-Krypt
crypting tool for Ti89,using a XOR.
loss.zip1k03-12-09File is not ratedLoss 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.zip13k99-02-28File is not ratedPassword Encryption v1.0
This program uses a password and a non periodic polyalphabetic encryption method to encrypt strings.
pictenc.zip10k04-03-28File is not ratedPictoral 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.zip1k01-02-16File is not ratedROT13
This program does the famous rot13 "code".
rotate13.zip1k07-04-26File is not ratedROTATE13 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***
rsacryptor.zip7k03-05-05File is not ratedRSA-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
rsaencrypt.zip6k11-11-10File is not ratedRSA Encryption, Decryption, and Key Generation
Functions that can encrypt and decrypt messages in string format using the RSA encryption method. Also can generate both public and private keys. Functions are coded to handle extremely large numbers (tested to 10 digit primes, meaning 20 digit numbers to 20 digit powers).
rsa_fr.zip12k03-03-07File is not ratedRSA-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.zip109k03-07-14File is not ratedRSA 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.
rsa.zip4k01-12-22File is not ratedRSA
program to generate keys and encode/decode function using the RSA algorithm
scram.zip3k01-02-20File is not ratedEncrypter/Scrambler
Encrypts what ever is on the graph screen and will also decrypt it. Usefull for sending messages to people.
shiftstring.zip1k04-03-07File is not ratedShift String V1.00
Shift String is a weak string encryptor/decryptor based on shift ciphers. (C)2004 Enchanted Coders.
solitaire.zip2k00-02-21File is not ratedSolitaire Encryption
Uses the Solitaire Encryption Algorithm by Bruce Schneier ... also found in the book Cryptonomicon. It can encrypt and decrypt short messages.
spypics.zip1k00-11-18File is not ratedSpy 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.
stringcrypt.zip3k01-06-01File is not ratedStringCrypt 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!
string_encrypter.zip1k08-08-11File is not ratedString Encrypter
A simple program that encrypts and decrypts strings with a password. For a long description, look at the Read Me.
tbcod.zip9k02-02-16File is not ratedEcryption/decryption
Will encrypt/decrypt strings using a password and the TI ASCII. No known bugs. Does long strings. Ideas to improve welcome.
unbrkabl.zip1k03-03-07File is not ratedUnbreakable 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.zip1k01-02-20File is not ratedVigenere Function
Converts a plaintext into a Vigenere cipher using any keyword you chose and can decrypt it.

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