Search found 63 matches

by RocketRider
Mon Mar 28, 2016 10:23 am
Forum: Announcement
Topic: GreenForce-Player 1.22
Replies: 25
Views: 18432

Re: GreenForce-Player 1.20

If any one is interessted, the project is now in the version 1.22 and opensource. So check out the github page ;)
https://github.com/RocketRider/GreenForce-Player
by RocketRider
Tue Aug 21, 2012 5:05 pm
Forum: Announcement
Topic: GreenForce-Player 1.22
Replies: 25
Views: 18432

Re: GreenForce-Player 1.20

Is someone using my Player? Any suggestions? The Update includes new languages, better Windows 8 support, better screencapture protection and many bug fixes: - Added: Parallels Workstation detection - Added: Change icon of created standalone executable - Added: Create machine ID of current machine -...
by RocketRider
Sun Aug 19, 2012 3:41 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Add Windows 8 Constant
Replies: 2
Views: 1199

[Implemented] Add Windows 8 Constant

Please add #PB_OS_Windows_8 for the function OSVersion()
by RocketRider
Sat Apr 14, 2012 12:07 pm
Forum: Announcement
Topic: GreenForce-Player 1.22
Replies: 25
Views: 18432

Re: GreenForce-Player 1.11

If anyone needs a player to secure a video with a machine ID or with copy protection you can find this functions in the new version of GFP: Other changes: - Added: Snapshot shortcut - Added: Player version check before play encrypted media - Added: Video risizing option 1:2 - Added: Video risizing o...
by RocketRider
Sun Feb 12, 2012 1:49 pm
Forum: Announcement
Topic: RSA 2048, Blowfish, Rijndael, Whirlpool PureLib
Replies: 83
Views: 44246

Re: RSA 2048, Blowfish, Rijndael, Whirlpool PureLib

I don't have the sourcecode of this lib, but if you don't have anything against WinAPI you can use it for RSA encryption.
I wrote a simple code a few weeks ago:
http://www.purebasic.fr/english/viewtop ... 13&t=49051

regards,
RocketRider
by RocketRider
Fri Feb 03, 2012 7:51 pm
Forum: Coding Questions
Topic: RSA cryptography problem
Replies: 4
Views: 3019

Re: RSA cryptography problem

I found the problem, it is not my fault, it is windows. Windows saves the RSA keys and use them to decrypt it :( http://blogs.msdn.com/b/alejacma/archive/2007/12/13/key-containers-basics.aspx If Windows should not save the Key use #CRYPT_VERIFYCONTEXT (-268435456). If CryptAcquireContext_(@hProv, #N...
by RocketRider
Thu Feb 02, 2012 8:00 pm
Forum: Coding Questions
Topic: RSA cryptography problem
Replies: 4
Views: 3019

RSA cryptography problem

Hello, I need a asymmetric cryptography, because I need private key for decrypting and a public key for encrypting. So I want to use the RSA cryptography to protect a string. I get it to work, but now I can decrypt the string with the public key? What I'm doing wrong? #PROV_RSA_FULL = 1 #CRYPT_NEWKE...
by RocketRider
Sun Sep 04, 2011 12:36 pm
Forum: Announcement
Topic: GreenForce-Player 1.22
Replies: 25
Views: 18432

Re: GreenForce-Player 1.10

The new version of the GreenForce-Player is availabe. Now there is a very secure screenshot protection, if you can find any program which can take a screenshot of an protected video please send me the name of this tool so I can improve the protection and make ist more secure against screen capturing...
by RocketRider
Sat Apr 30, 2011 11:35 am
Forum: Announcement
Topic: GreenForce-Player 1.22
Replies: 25
Views: 18432

Re: GreenForce-Player 1.09

After a log time of development, the next version is released. There are many new functions and a lot is rewrited. GF-Player V1.09: - Added: Language Spanish(Thx to Mauricio Cantún Caamal) - Added: Icons - Added: Show video title in player title - Added: Thumbnail buttons - Added: Streaming from int...
by RocketRider
Sat Jan 01, 2011 12:00 pm
Forum: Announcement
Topic: GreenForce-Player 1.22
Replies: 25
Views: 18432

Re: GreenForce-Player 1.08

@Fluid Byte I hate the comparison with the vlc player, because I will ever loss it. :oops: If you need a little Player or a Player that supports encrypted files you can use GFP. But its only a hobby project for me. :mrgreen: The new Version 1.08: - Added: Missing file extesions (.mkv, .m2v, .m4v, .m...
by RocketRider
Sat Sep 18, 2010 11:53 am
Forum: Announcement
Topic: GreenForce-Player 1.22
Replies: 25
Views: 18432

Re: GreenForce-Player 1.07

Hello, Please fell free to test the new version of the GreenForce-Player. There are many improvements about the unicode support. Download from Heise GF-Player V1.07: - Added: Turkish OS language detection - Added: New tresor icon in password requester - Added: Tooltips in the playlist window - Impro...
by RocketRider
Sat Sep 11, 2010 4:05 pm
Forum: Coding Questions
Topic: [4.51] Problem with Strings if the Address is used
Replies: 1
Views: 498

[4.51] Problem with Strings if the Address is used

Problem with Strings if the Address is used (Strings get corrupted) Procedure ReadStringPtr(ptr1) Debug PeekS(ptr1) Debug PeekS(ptr1) EndProcedure Prototype ReadStringPtr_Prototype(test.s) readPtr.ReadStringPtr_Prototype = @ReadStringPtr() A$="Test" readPtr(A$+ "test") ; Here bot...
by RocketRider
Thu Sep 02, 2010 12:54 pm
Forum: Announcement
Topic: GreenForce-Player 1.22
Replies: 25
Views: 18432

Re: GreenForce-Player 1.06

Hello, the version 1.06 is now available for download: http://GFP.RRSoftware.de The player is now unicode compartible. - Added: DLL Hijacking protection - Added: Unicode support - Added: Unicode support for language tool - Added: Unicode support for GFP-Crypt - Added: Turkish language (Thx to Saner ...
by RocketRider
Tue Aug 31, 2010 11:06 am
Forum: Coding Questions
Topic: [4.51 RC2]GetProcAddress_ unicode
Replies: 3
Views: 1108

Re: [4.51 RC2]GetProcAddress_ unicode

I need this function to port my aplication to unicode.

Hot-Fix:

Code: Select all

Import "Kernel32.lib"
  GetProcAddress_(hMod.i, Name.p-ascii) As "_GetProcAddress@8"
EndImport
by RocketRider
Tue Aug 31, 2010 10:28 am
Forum: Coding Questions
Topic: [4.51 RC2]GetProcAddress_ unicode
Replies: 3
Views: 1108

[4.51 RC2]GetProcAddress_ unicode

Hello,

GetProcAddress_ fails if I use unicode in the compiler options.

Code: Select all

Debug  GetProcAddress_(LoadLibrary_("Kernel32.dll"), "LoadLibraryA")