mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet > MISFIT

Closed Thread
 
Thread Tools
Old 2012-10-26, 14:56   #78
Stef42
 
Feb 2012
the Netherlands

3A16 Posts
Default

Quote:
Originally Posted by swl551 View Post
Did the SMTP emailer work OK for you?
I haven't tested that functionality, as I'm only using the MfaktXapp for simple stats and distribution work.
Stef42 is offline  
Old 2012-10-26, 14:59   #79
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23·101 Posts
Default

Quote:
Originally Posted by Stef42 View Post
I haven't tested that functionality, as I'm only using the MfaktXapp for simple stats and distribution work.
You mean you WERE using it!!!
swl551 is offline  
Old 2012-10-26, 15:21   #80
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23·101 Posts
Default

Quote:
Originally Posted by Stef42 View Post
I haven't tested that functionality, as I'm only using the MfaktXapp for simple stats and distribution work.
You mention the newest version doesn't work on Win8. do you know of a previous version that worked? If so what was the version number.

thx
swl551 is offline  
Old 2012-10-26, 16:05   #81
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23·271 Posts
Default

Quote:
Originally Posted by Stef42 View Post
I can run Prime95 fine, I fact it's running right now on some P-1 assignments.
Yeah, P95 worked great on Win8, I think I had to fiddle a bit for mfakto to work, but nothing major.
kracker is offline  
Old 2012-10-26, 16:09   #82
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

80810 Posts
Default

Quote:
Originally Posted by kracker View Post
Yeah, P95 worked great on Win8, I think I had to fiddle a bit for mfakto to work, but nothing major.
Kracker do you have mfaktXapp working with Win8?
swl551 is offline  
Old 2012-10-26, 16:14   #83
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23×271 Posts
Default

Quote:
Originally Posted by swl551 View Post
Kracker do you have mfaktXapp working with Win8?
Unfortunately, I don't have Win8 atm, but if I can remember, mfactXapp worked with the exception of send ctrl+c and work distribution (i think)

This was a while ago though.
kracker is offline  
Old 2012-10-26, 17:11   #84
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

1,123 Posts
Default

Quote:
Originally Posted by kracker View Post
Unfortunately, I don't have Win8 atm, but if I can remember, mfactXapp worked with the exception of send ctrl+c and work distribution (i think)

This was a while ago though.
I'll test Win 8 tonight. P95 works fine.

Last fiddled with by flashjh on 2012-10-26 at 17:12
flashjh is offline  
Old 2012-10-27, 05:14   #85
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

1,123 Posts
Default

I tested everything that I could in Win8 for the latest version. I did not test the auto scheduling open/close. Everything else worked great. Balancing, work distribution, editing, etc.

Email test is successful on TSL prt 587 for gmail. I could not get SSL to work on 465.

gmail settings I tested:
smtp.gmail.com
Use Authentication: Yes
Port for TLS/STARTTLS: 587
Port for SSL: 465
flashjh is offline  
Old 2012-10-27, 11:29   #86
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by flashjh View Post
I tested everything that I could in Win8 for the latest version. I did not test the auto scheduling open/close. Everything else worked great. Balancing, work distribution, editing, etc.

Email test is successful on TSL prt 587 for gmail. I could not get SSL to work on 465.

gmail settings I tested:
smtp.gmail.com
Use Authentication: Yes
Port for TLS/STARTTLS: 587
Port for SSL: 465

The .NET smtp client does not handle direct SSL so no surprise it did not work, but TLS did.

Thanks for your time checking Win8 and SMTP.
swl551 is offline  
Old 2012-10-28, 14:45   #87
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23·101 Posts
Default 1.6 PROTO 2 (Password Encryption)

I have implemented full password encryption of the GIMPS password and the Email password and that part of the 1.6 build is ready for some testing.

1.6 includes
1. Full saving of SMTP information. (GOOGLE to find your email providers SMTP server info)
2. Encryption of passwords.

The next release will have the actual "Stalled Process Detection" system in it which will use SMTP emailer to email you of when stalled processes are detected.

Here are the notes on encryption: (which are also viewable in the app).


Encryption Notes:
Encryption of passwords is done using the .NET System.Security.Cryptography classes.
My implementation uses Rijndael (AES) with 256 bit key length and 128 bit block size.
Being encryption, the process requires a password to encrypt and decrypt, and a SALT to further increase the security.

I created a non-portable password and SALT from items that are part of the logged in user and computer. If any one of these items changes after encryption the decryption will fail. Even having access to the source code could not reverse the encryption due to the usage of a 128 bit GUID that is unique to each user.

Of course after the encrypted data is decrypted it is stored in memory and an attacker that has access to your computer's memory could find the information.

So how safe is it? Very, but not perfect. Perfect would be not storing the information at all, and require you to type the passwords in every time you start mfaktXapp.

For SMTP/Email: If feel that my implementation of encryption is beyond your risk tolerance then please consider setting up a another email account dedicated to nothing other than mfaktXapp.


If you have a GIMPS password already configured you'll get a "cannot decrypt" message on startup. This is because mfaktXapp assumes that string is encrypted. This is by design.



Get from SkyDrive http://sdrv.ms/QsaP9Y
Attached Thumbnails
Click image for larger version

Name:	SMTPCREDS.PNG
Views:	94
Size:	35.4 KB
ID:	8797  

Last fiddled with by swl551 on 2012-10-28 at 15:13
swl551 is offline  
Old 2012-10-28, 22:16   #88
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

87816 Posts
Default

This may sound silly, but...

Minimize to tray possible?
kracker is offline  
Closed Thread

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
(archive)MISFIT swl551 MISFIT 584 2013-03-19 20:13
(archive)mfaktXapp 1.1.4 released swl551 MISFIT 64 2012-09-15 22:08
Archive 2 for Other results (>155) em99010pepe Octoproth Search 161 2007-06-08 21:31
Archive 1 for Other results (>155) ValerieVonck Octoproth Search 90 2007-03-21 01:01
The Archive... Xyzzy Lounge 11 2003-03-31 20:42

All times are UTC. The time now is 08:27.


Tue Jul 27 08:27:40 UTC 2021 up 4 days, 2:56, 0 users, load averages: 1.94, 1.79, 1.77

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.