3 posts
Location
Spain
Posted 14 September 2015 - 11:23 AM
iMail 0.4
—————————–
Hello!I started working on this about 3 days ago, and now I have decided post it here. Currently is in Beta, and therefore can have bugs and missing features. Additionally my english level isn't good, some parts of program they may be mistranslated.With iMail you can send and receive messages from other users. Mails and login details are stored in Server, and you can read or delete it from your Inbox.Features:- You can access to your account from any computer with iMail client.
- Unread messages are displayed darker
- Automatic server detection
Current limitations:- Message body only can contain one line (I don't know how fix it, but i'm working on this)
Upcoming features:- Support for file attachment
- 2FA and recovery options
- Better installer
- Server improvements
Download:Client: pastebin run PmJPbDSs <save as...>
Server: pastebin run sD7FGkQ1 <server folder>
More screenshots: http://imgur.com/a/RFExV
Edited on 15 May 2018 - 10:25 AM
164 posts
Posted 14 September 2015 - 04:41 PM
This looks cool! Few questions:
Edited on 14 September 2015 - 02:44 PM
3 posts
Location
Spain
Posted 14 September 2015 - 06:04 PM
This looks cool! Few questions:
Thanks for the feedback :D/>
About encryption:I want to implement AES, but the SquidDev's API isn't working in CraftOS 1.74 and I can't find a good and fast encryption API. Even so include encryption is one of my major priorities. Currently, rednet traffic is only Base64 encode…About hashing:Currently, the passwords are stored in server with a SHA1 hash. Next version change this with salted SHA256. Added :P/>
Edited on 15 September 2015 - 05:26 AM
1583 posts
Location
Germany
Posted 15 September 2015 - 09:38 AM
If you want atleast a basic way of "encryption" you could NOR the content and the key. But this can be bruteforced pretty easily.
164 posts
Posted 15 September 2015 - 05:55 PM
This looks cool! Few questions:
Thanks for the feedback :D/>
About encryption:I want to implement AES, but the SquidDev's API isn't working in CraftOS 1.74 and I can't find a good and fast encryption API. Even so include encryption is one of my major priorities. Currently, rednet traffic is only Base64 encode…About hashing:Currently, the passwords are stored in server with a SHA1 hash. Next version change this with salted SHA256. Added :P/>
he fixed the api today
3 posts
Location
Spain
Posted 18 September 2015 - 02:06 AM
he fixed the api today
I'm working on the new version with AES :D/>
149 posts
Location
The dark depths of the web
Posted 19 September 2015 - 12:41 AM
This looks like something that I might use. I remember the days when Thunderhawk still was supported.