[BMX] FPK File Packing Module

Community Forums/Showcase/[BMX] FPK File Packing Module

Ked(Posted 2008) [#1]
Hey. This is the release of my fourth module. Download link in my sig. Let me know of any bugs.

Thanks!


Ked(Posted 2008) [#2]
Heh. Sorry, I forgot to include the features in my first post.

Functions
FPK_Create(path:String, passcode:String)
FPK_AddFile(path:String)
FPK_Close()
FPK_Extract(packagepath:String, extpath:String, passcode:String)
FPK_DeleteExtractedDir()
FPK_GeneratePasscode:String()

Encrypts with the 32-character-long passcode returned from FPK_GeneratePasscode(). It uses the RC4 Encryption Algorithm from the archives.

I am also currently working on a GUI for it.


Murilo(Posted 2008) [#3]
I have sigs disabled!


Ked(Posted 2008) [#4]
Oh... well here you go!
Link