View Issue Details

IDProjectCategoryView StatusLast Update
0002076unrealircdpublic2004-09-17 23:46
Reporterbrett Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionopen 
Product Version3.2.1 
Summary0002076: encrypted cloak keys
Descriptionmake a way to encrypt the cloak keys so when they are placed on remote http servers that dont use .htaccess or any other form or security that they are not humanly readable..
3rd party modules

Activities

aquanight

2004-09-17 16:12

reporter   ~0007677

How 'bout just not put your cloak keys on such an easily accessible location? :P

brett

2004-09-17 17:01

reporter   ~0007680

i dont have access to a webserver that i can do that on :/ ... plus with the importance of the cloak keys I thought this was good for a security point of view... i.e. links you might not trust fully

al5001

2004-09-17 21:27

reporter   ~0007682

Last edited: 2004-09-17 21:30

chown <user:group> unrealircd.conf ; chmod 0600 unrealircd.conf

Basic encryption can and will be broken very easily (except for high encryption using 4096 bit RSA keys, which is not feasible).

edited on: 2004-09-17 21:30

codemastr

2004-09-17 21:52

reporter   ~0007685

[quote]plus with the importance of the cloak keys I thought this was good for a security point of view... i.e. links you might not trust fully [/quote]
Uhh no? When you receive the cloak key, it will need to be decrypted. This means there would be some kind of "cloak key password" that is used to encrypt/decrypt it. If the admin of the server you don't trust has this password (which he must in order to link), then he has the cloak keys anyway.

This is not an appropriate implementation of encryption. If you want your remote includes secured, this is *exactly* why we have support for HTTP authentication and SSL. Those tools are designed for just such things. It seems foolish for me to basically code my own encryption when that's what HTTPS does for us already.

brett

2004-09-17 21:57

reporter   ~0007686

ok , sorry.. just a idea...

brett

2004-09-17 21:58

reporter   ~0007687

close it of then plz codemaster

Issue History

Date Modified Username Field Change
2004-09-17 15:45 brett New Issue
2004-09-17 16:12 aquanight Note Added: 0007677
2004-09-17 17:01 brett Note Added: 0007680
2004-09-17 21:27 al5001 Note Added: 0007682
2004-09-17 21:30 al5001 Note Edited: 0007682
2004-09-17 21:52 codemastr Note Added: 0007685
2004-09-17 21:57 brett Note Added: 0007686
2004-09-17 21:58 brett Note Added: 0007687
2004-09-17 23:46 codemastr Status new => closed