RSA or AES encryption externals?
Nov 06 2008 | 5:47 pm
Are there any existing externals implementing any kind of dual key
encryption?
Thanks,
bt
barry threw
Media Art and Technology
San Francisco, CA
Work: 857-544-3967
Email: bthrew (at) gmail (dot) com
Web: www.barrythrew.com
- Nov 06 2008 | 7:55 pmwhat exactly do you want to encrypt within a max patch? or is it meant for max data to be passed between computer or over a network? what do you need the encryption for?
- Nov 06 2008 | 10:12 pmFor keeping secrets.btbarry threw Media Art and TechnologySan Francisco, CA Work: 857-544-3967 Email: bthrew (at) gmail (dot) com Web: www.barrythrew.comOn Nov 6, 2008, at 11:55 AM, jayrope wrote:> > what exactly do you want to encrypt within a max patch? or is it > meant for max data to be passed between computer or over a network? > what do you need the encryption for? > -- > --- > fiction-induced heat > on too many websites to name
- Nov 06 2008 | 10:19 pmOn 6 nov. 08, at 23:12, barry threw wrote:> For keeping secrets.can you tell us more? ;-)ej
- Nov 06 2008 | 10:20 pmwell, my attempt to help this is as defined as your description. try bitshifting, eventually.jrp
- Nov 06 2008 | 10:24 pmI'm not aware of any. Do you care if it's Java? With a quick google for "java aes" and some copy/paste coding you could probably have it up and running in an mxj external fairly easily.
- Nov 07 2008 | 12:41 amBarry wants to encrypt his patch and then load it up at start time with his extern with the key embedded in it so people can't steal all his toys.-A
- Nov 07 2008 | 12:50 amYeah, I found a few of those now... Thanks. There are some JS implementations too. I'll probably go that route...I should only have to run it rarely.btOn Nov 6, 2008, at 2:24 PM, Adam Murray wrote:> > I'm not aware of any. Do you care if it's Java? With a quick google > for "java aes" and some copy/paste coding you could probably have it > up and running in an mxj external fairly easily. > -- > Adam Murray > compusition.combarry threw Media Art and TechnologySan Francisco, CA Work: 857-544-3967 Email: bthrew (at) gmail (dot) com Web: www.barrythrew.com
- Nov 07 2008 | 1:08 amBelieve me, my toys anybody can have. Other people aren't so giving with their IP however.Wrong guess though.btOn Nov 6, 2008, at 4:41 PM, Andrew Pask wrote:> Barry wants to encrypt his patch and then load it up at start time > with his extern with the key embedded in it so people can't steal > all his toys. > > -Abarry threw Media Art and TechnologySan Francisco, CA Work: 857-544-3967 Email: bthrew (at) gmail (dot) com Web: www.barrythrew.com
- Nov 07 2008 | 4:18 pmHey Barry,I remember seeing something like an RSA implementation in Max externals on a Japanese website about 1.5 years ago. Perhaps you could get in touch with the Tokyo Max list and see if they could narrow it down for you.I spent some time on this and came back to read the above, *sigh*.