View previous topic :: View next topic |
Author |
Message |
mrniceguy Member
Joined: 26 May 2006 Posts: 92 Location: The Netherlands
|
Posted: Thu Nov 05, 2009 2:16 pm Post subject: Smart Packer Developer Library (Encryption Compression) |
|
|
This toolset provides allows (game)developers to create an encrypted/compressed archive with files etc. which can be accessed through an included dll.
Can be used in programming languages like C++, Delphi, Purebasic etc.
Features
- Compression algorithms: ZLib, BZip and PPM
- Encryption algorithms : Rijndael 128/256-bit, DES Single/Tripple, Blowfish 256-bit, Twofish 128/256-bit, Square 128-bit
- Fastest compression levels are extremely fast
- Good balanced compression levels provide both good compression rate and high speed
- Maximum compression levels provide much better compression rate than Zip, RAR and BZIP
- Fast Deflate implementation
- Extracting to memory buffer supported
- Creates self-extracting archive
Available functions in dll:
SP_OpenArchive - opens archive
SP_ExtractToBuffer - extract file from archive to buffer pointer
SP_ExtractToFile - extract file from archive to file
SP_GetFileSize - get filesize file
SP_UpdateFromFile - updates existing file
SP_UpdateFromBuffer - updates existing file from buffer
SP_DeleteFile - delete file in archive
SP_SaveFileList - saves filenames from archive to textfile
SP_CloseArchive - closes archive
SP_WipeFile - overwrites file several times
SP_LockF - locks file or folder
SP_UnlockF - unlocks file or folder
SP_BeginRestorePoint - begin session restore point
SP_EndRestorePoint - end session restore point
SP_Shutdown - shutdown pc
SP_Restart - restart pc
SP_Logoff - logoff pc
SP_Poweroff - poweroff pc
SP_LockWS - lock workstation
SP_Standby - set pc in standby mode
SP_Hibernate - set pc in hibernate mode
Now available at http://www.smartpacker.nl/developer.html.
Last edited by mrniceguy on Mon Jan 25, 2010 7:48 am; edited 4 times in total |
|
Back to top |
|
|
mrniceguy Member
Joined: 26 May 2006 Posts: 92 Location: The Netherlands
|
Posted: Fri Nov 27, 2009 3:53 pm Post subject: |
|
|
Now available! |
|
Back to top |
|
|
chronozphere DeleD PRO user
Joined: 20 Jun 2006 Posts: 1010 Location: Netherlands
|
Posted: Fri Nov 27, 2009 9:41 pm Post subject: |
|
|
Cool.. I'll check it out when I have more time (not this weekend because I have a game to finish. ) |
|
Back to top |
|
|
Grandmaster B DeleD PRO user
Joined: 03 Jul 2007 Posts: 218
|
Posted: Sat Nov 28, 2009 4:42 pm Post subject: |
|
|
Does this work with 64-bit Windows now? |
|
Back to top |
|
|
mrniceguy Member
Joined: 26 May 2006 Posts: 92 Location: The Netherlands
|
Posted: Sat Nov 28, 2009 5:39 pm Post subject: |
|
|
This is something different. It's a encryption/compression toolset which can be used with standard programming languages like Delphi, C++ etc.
You mean Smart Packer? Yes 64-bits will be supported in the next version. And upgrades are free for registered users.
Hint: just a few days left for buying Smart Packer with 20% discount. More information is in the TGC November newsletter, http://www.thegamecreators.com/data/newsletter/newsletter_issue_82.html |
|
Back to top |
|
|
Grandmaster B DeleD PRO user
Joined: 03 Jul 2007 Posts: 218
|
Posted: Sat Nov 28, 2009 10:41 pm Post subject: |
|
|
Ok, thanks |
|
Back to top |
|
|
mrniceguy Member
Joined: 26 May 2006 Posts: 92 Location: The Netherlands
|
Posted: Tue Dec 01, 2009 1:14 pm Post subject: |
|
|
[UPDATE] Website is updated! |
|
Back to top |
|
|
mrniceguy Member
Joined: 26 May 2006 Posts: 92 Location: The Netherlands
|
Posted: Mon Jan 25, 2010 7:50 am Post subject: |
|
|
New release for registered users!
[NEW] SP_BeginRestorePoint: begin session restore point
[NEW] SP_EndRestorePoint: end session restore point
[NEW] SP_Shutdown: shutdown pc
[NEW] SP_Restart: restart pc
[NEW] SP_Logoff: logoff pc
[NEW] SP_Poweroff: poweroff pc
[NEW] SP_LockWS: lock workstation
[NEW] SP_Standby: set pc in standby mode
[NEW] SP_Hibernate: set pc in hibernate mode |
|
Back to top |
|
|
|