Search found 2589 matches

by rsts
Sun Jul 06, 2014 4:15 pm
Forum: Off Topic
Topic: Offtopic from the 5.30 announcement
Replies: 25
Views: 10199

Re: PureBasic 5.30 beta 6 released!

Kuron. Are you the one responsible for satisfying the requests? If not, why not stfu and let someone who is, answer the question (or not)? If the method for learning about the updates is to read the entire series of posts, why do they update the first post with the latest beta? And since they do, is...
by rsts
Sun Jul 06, 2014 2:52 pm
Forum: Off Topic
Topic: Offtopic from the 5.30 announcement
Replies: 25
Views: 10199

Re: PureBasic 5.30 beta 6 released!

PB wrote:> Can you tell me when beta 5 was released?
Fred on Tue Jul 01, 2014 06:34 wrote:Beta 5 is available !
Link here: http://www.purebasic.fr/english/viewtop ... 06#p447406
Oh, so just read the 11 pages of announcements.
That's easy enough.
by rsts
Sun Jul 06, 2014 2:36 pm
Forum: Off Topic
Topic: Offtopic from the 5.30 announcement
Replies: 25
Views: 10199

Re: PureBasic 5.30 beta 6 released!

> Any chance of entering the date with the announcement? The post date is with each announcement... :shock: Hmm - maybe a theme thing? All I see is Posted: Fri May 30, 2014 10:55 am Hello everybody, Beta 6 is available, it's only a bug fix release. Don't hesitate to test the bugs maked as done to c...
by rsts
Sun Jul 06, 2014 11:51 am
Forum: Announcement
Topic: PureBasic 5.30 beta 9 released!
Replies: 195
Views: 77314

Re: PureBasic 5.30 beta 6 released!

Beta 5 is available

Beta 6 is available

etc

Any chance of entering the date with the announcement?

Thanks
by rsts
Sat Jul 05, 2014 5:17 pm
Forum: Off Topic
Topic: Offtopic from the 5.30 announcement
Replies: 25
Views: 10199

Re: PureBasic 5.30 beta 6 released!

Please don't post anymore. Yeah, sure. Please don't post about your ignore preferences anymore -> http://www.purebasic.fr/english/search.php?keywords=on+ignore&terms=all&author=kuron+&sc=1&sf=all&sk=t&sd=d&sr=posts&st=0&ch=300&t=0&submit=Search And that's...
by rsts
Thu Jul 03, 2014 3:00 pm
Forum: Tricks 'n' Tips
Topic: CvField - text and image fields to canvas gadget
Replies: 8
Views: 3996

Re: CvField - text and image fields to canvas gadget

Nice gadget. Well documented.

Thanks for sharing.
by rsts
Tue Jul 01, 2014 1:08 pm
Forum: Coding Questions
Topic: Store hash of encryption key - compromise encryption?
Replies: 9
Views: 2338

Re: Store hash of encryption key - compromise encryption?

I have a working RSA code in Purebasic but I've only just finished it so I'm still optimising and securing (we have a lot more knowledge of attacks on RSA these days so it can have extra security measures to block side channel attacks etc). Great. A verified RSA routine(s) will be a welcome additio...
by rsts
Tue Jul 01, 2014 12:48 pm
Forum: Coding Questions
Topic: Store hash of encryption key - compromise encryption?
Replies: 9
Views: 2338

Re: Store hash of encryption key - compromise encryption?

That is very similar to a solution I saw in stackexchange and seems to be a workable solution. One hesitation I have with this is the lack of proven RSA code for PureBasic. All I've been able to locate is a lib and I hate to rely on libs, especially with the version to version changes so frequent in...
by rsts
Mon Jun 30, 2014 6:03 am
Forum: Coding Questions
Topic: Store hash of encryption key - compromise encryption?
Replies: 9
Views: 2338

Re: Store hash of encryption key - compromise encryption?

Thanks Inf0Byt3.

That is one of the methods we considered but we wondered if having a "known" record in the db compromises the key in any way? If not, that's certainly a consideration.

cheers
by rsts
Mon Jun 30, 2014 5:47 am
Forum: Coding Questions
Topic: Store hash of encryption key - compromise encryption?
Replies: 9
Views: 2338

Re: Store hash of encryption key - compromise encryption?

The database is encrypted (aes256) at the users request. They want it encrypted. It is their data. I'm merely looking for a way to validate the key when they enter it for decrypting the database which does not require decrypting the entire database, but only if storing some hash of the key does not ...
by rsts
Mon Jun 30, 2014 5:02 am
Forum: Coding Questions
Topic: Store hash of encryption key - compromise encryption?
Replies: 9
Views: 2338

Store hash of encryption key - compromise encryption?

I have a rather large (from several hundred MB to a few GB) aes encrypted user database ( http://www.purebasic.fr/english/viewtopic.php?f=12&t=56070 ) encrypted with a user specified the encryption key. Is there a way to store some key verification information which does not compromise the key s...
by rsts
Wed Jun 25, 2014 3:06 am
Forum: General Discussion
Topic: Deleted files
Replies: 3
Views: 2022

Re: Deleted files

If you write to all bytes of the 2 gb new file you created, recovery of the old file becomes more difficult.
by rsts
Sun Jun 22, 2014 11:57 pm
Forum: Feature Requests and Wishlists
Topic: fill array in one shot
Replies: 14
Views: 6267

Re: fill array in one shot

Very nice LJ. It's good to have someone who doesn't just talk about how they write good code, but also provides examples.

Thanks for posting.
by rsts
Sun Jun 22, 2014 1:01 pm
Forum: Tricks 'n' Tips
Topic: Very simple DB viewer
Replies: 11
Views: 6224

Re: Very simple DB viewer

I sure missed that.

Thanks friend.