Skip to content

Commit

Permalink
word based AES encryption/decryption
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Feb 26, 2014
1 parent f7adb44 commit f91e60c
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 592 deletions.
Binary file removed azoth.exe
Binary file not shown.
8 changes: 1 addition & 7 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#FLEXPATH=../../flex_sdk_4.6
FLEXPATH=../../AIRSDK_Compiler
$FLEXPATH/bin/compc -include-sources src -output deploy/as3crypto.swc -use-network=false -optimize=true -incremental=false -target-player="10.1" -static-link-runtime-shared-libraries=true -debug=false
cp deploy/as3crypto.swc deploy/as3crypto.zip
unzip -o deploy/as3crypto.zip
./azoth.exe library.swf library.swf
zip tmp.zip library.swf catalog.xml
rm -rf library.swf catalog.xml deploy/as3crypto.swc deploy/as3crypto.zip
mv tmp.zip deploy/as3crypto.swc
$FLEXPATH/bin/compc -include-sources src -output deploy/as3crypto.swc -use-network=false -optimize=true -target-player="10.1" -static-link-runtime-shared-libraries=true
Binary file modified deploy/as3crypto.swc
Binary file not shown.
109 changes: 0 additions & 109 deletions src/com/buraks/utils/fastmem.as

This file was deleted.

Loading

0 comments on commit f91e60c

Please sign in to comment.