changing output in objective-c app
- by Zack
//
// RC4.m
// Play5
//
// Created by svp on 24.05.10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import "RC4.h"
@implementation RC4
@synthesize txtLyrics;
@synthesize sbox;
@synthesize mykey;
- (IBAction) clicked: (id) sender
{
NSData *asciidata1 = [@"4875" dataUsingEncoding:NSASCIIStringEncoding…