Tagged Questions
5
votes
2answers
2k views
As3 Encryption library
Which encryption libraries are available for actionscript 3.0? my preference is on performance compared to price.
2
votes
1answer
162 views
Any AS3/Air Library for Zip files with password protection support
Is there any AS3/Air library for Zip files with password protection support?
Previously i check FZip, it was great but it doesn't support encryption! Also another library
that works good, but it not ...
2
votes
2answers
250 views
Is there any best way to implement Encryption in Flex 3
we have one application where we are pulling some confidential information from one of the product design tools. So we have used HTTPS as the channel and also we are encrypting the Request Parameters ...
2
votes
3answers
330 views
Two RC4 implementations generated different encryption results
Why is encryption algorithm may give different results in AS3 and PHP?
In AS3 I use library from http://labs.boulevart.be/index.php/2007/05/23/encryption-in-as2-and-as3/.
And in PHP I use RC4 Cipher.
...
2
votes
1answer
738 views
Encrypt/Decrypt Image in ActionScript 3
I am developing a mobile app that involves (essentially) picture messaging as a feature. I need the images to be encrypted/decrypted with a simple, plain-text password. Due to the nature of the images ...
2
votes
4answers
1k views
high performance encryption in adobe air / flash
When looking for encryption related classes/functions in action script / air / flash, I saw the as3crypto project.
This one provides a v. nice set of options, but I am a bit concerned on what the ...
1
vote
1answer
34 views
understading the flash/flex shared objects and hashing technique
I was trying to observe how some of the top browser game makers are implementing the asset management and also study their animation techniques. So I was trying to crack my browsers cache and ...
1
vote
5answers
202 views
AS3 - Simple text scramble encode/decoder?
I am working on the saving/loading functionality of my AS3 game. I plan to let the player save their game to their hard drive from a browser-run game. I want to scramble the text I'm saving so a human ...
1
vote
3answers
224 views
blowfish encryption in actionscript 3
I want to mask a string value that I have in my embed code. I thought I could encrypt it using Blowfish or something similar. I don't care that is not secure. Basically I don't want someone to copy ...
1
vote
2answers
101 views
Short “progress code” algorithm
Does anyone have ideas to securely encode a small amount of data into approximately 8 characters? I have a project (Flash and Flex (AS3) not that it really matters) that must be deployed on CD/DVD-ROM ...
1
vote
1answer
382 views
Implement SHA1 algorithm in flex
I am building an application in Flex, wherein I need to encrypt user id and password using the SHA1 alogorithm. I have not come across any standard Flex library which allows me to do this. Does anyone ...
0
votes
0answers
24 views
Actionscript 3 Encrypted FLV video Stream
We're developing an application that is capable of encrypting a video and then play it on a custom media player, but we cant manage to make the "seeking" functionality available when playing this ...
0
votes
1answer
83 views
https for secure data transfer between as3 and php
I need to transfer data from a flash application running in a browser to a server running php. If I use an https connection will that be enough to ensure that the data sent from flash to the server ...
0
votes
2answers
236 views
How to encrypt/decrypt an FLV using Flash
I'm working on an Windows application(created in .NET) which one of its functions is to play local FLVs using SWF components.
Now I need to create an encryption application to make sure those FLVs ...
0
votes
1answer
56 views
Encoding key strokes as bits in uint
Hey,
I m trying to encode certain values that i receive from keyboard event.
Basically i want to check if a certain key combination has been pressed or not, so for that i m converting the key codes ...
0
votes
1answer
809 views
AES Encryption / Decryption with Java 1.5 and ActionScript as3crypto
On my website I am using AES 128bit encryption/decryption of a string. I encrypt a string in Java and I want to decrypt it in a flash application that I run on the same webpage, to which I pass the ...
0
votes
1answer
240 views
ActionScript 3.0 P2P Connection WITHOUT encryption?
Is there any way to create a direct data connection between two flash clients without the use of Cirrus?
I'm asking because I create a multiplayer iPhone game with flash which currently uses Cirrus ...
0
votes
3answers
369 views
ActionScript3 & Java encryption / decryption
I've got a flash client that communicates with a server. The server-side code is in java. I'd like to be able to encrypt the communication, so it has to be an algorithm that has libraries for both as3 ...
0
votes
1answer
761 views
Encrypt in ActionScript3 and Decrypt in asp.net c#
I need to send data from flash to the server, so I'm looking for a flash ActionScript 3.0 script that will encrypt a text and a C# .net script that decrypt the text.
Can anyone help me here ?
0
votes
2answers
245 views
Equivalent of PHP's crypt function in actionscript
I am migrating my PHP code to Google App Engine - Java.
Since I couldn't find an equivalent function of crypt in Java,
I can do without it if I find an equivalent function in actionscript.
Edit 1: ...
0
votes
2answers
259 views
Flash & C# encryption
I am creating a TCP connect with Flash to a C# daemon.
Now I have come to the part of encryption... I know that Flash is decompilable and so not safe to store private keys on.
I need 2 way ...
0
votes
3answers
1k views
Rijndael encryption from Action Script to C#
I am trying to share encryption between Action Script and C#
My task is to decrypt the following message within C#
...
0
votes
2answers
1k views
Byte encryption ( DES-CBC zero pad )
Currently writing my own AMF TcpSocketServer. Everything works good so far i can send and recieve objects and i use some serialization/deserialization code. Now i started working on the encryption ...
0
votes
2answers
100 views
Encrypt parameters passed to a swf
does anyone know how to encrypt the parameters that are passed to a flash movie? The case is, that the user should not be able to read the parameters in the source code in plaintext.
And of course, I ...
0
votes
2answers
3k views
Encrypt/Decrypt ECB/PKS5/Blowfish between AS3Crypto & Javax.Crypto fails with padding error
I have a secret key that was sent to me as a file so I can encrypt some xml data using Blowfish. How do I access the key so that I can use it with AS3Crypto? I assume I need to Embed it using the ...