forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Help with @encrypt - SOLVED

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 766
Location: Eastman, GA

PostPosted: Mon May 09, 2011 8:10 pm    Post subject: Help with @encrypt - SOLVED Reply with quote

I'm releasing a beta software sometime soon that will use the @encrypt function. What is the maximum range of the optional numeric value parameter for VDS5?

(Don't worry, official release will use twofish encryption)


Last edited by cnodnarb on Mon May 09, 2011 9:08 pm; edited 1 time in total
Back to top
View user's profile Send private message AIM Address
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1753
Location: Space and Time

PostPosted: Mon May 09, 2011 8:29 pm    Post subject: Reply with quote

I thought that I heard/saw somewhere that it is only 4 characters, but I could be wrong.
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 766
Location: Eastman, GA

PostPosted: Mon May 09, 2011 9:05 pm    Post subject: Reply with quote

Got it. If you want to know run this script Wink

Code:
%%en = 2

 repeat 
 
 %A = Brandon 
 
 %%e2 = @encrypt(%A,%%en)
 
 %%en = %%en"2"
 
 if @ok() 
 
 %E = @encrypt(%A,%%en)
 
 if @equal(%E,%%e2) 
 info %%en
 info @pred(@len(%%en)) characters
 stop
 end
 
 %D = @encrypt(%E,%%en) 
 
rem info Orig. string:@tab()%A @cr()Encrypted:@tab()%E@cr()Decrypted:@tab()%D 
 
 end 
 
 until @not(@ok()) 
 
Back to top
View user's profile Send private message AIM Address
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 766
Location: Eastman, GA

PostPosted: Mon May 09, 2011 10:20 pm    Post subject: Reply with quote

Unfortunately a @encrypt character ‰ is not compatible with my current solution. The beta will rely solely on my own encryption, which should be OK for a beta and I'll change my key and "decoder ring" before official release. Not only that but wrapping my encryption inside of TWOFISH should prove quite formidable upon official release.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group