Gynvael Coldwind

Results 4 issues of Gynvael Coldwind

It seems that **encoder** for hex/base64 actually decodes hex/base64. And at the same time, the **decoder** for hex/base64 actually encodes input as hex/base64. ``` > iconv.encode('41', 'hex') > iconv.decode('41', 'hex')...

A lot of CTF players come to CTFTime.org looking for events. Some of them are also looking for teams. And sometimes the newly formed teams are looking for players. CTFTime.org...

I may sound like a broken record (since I've already suggested this last year), but I would like again to discuss the issue of late CTF announcements. Ideally, a ranked...

Timezones are hard and tend to change. E.g. some creators have `CET (GMT+1)`, but at this time of the year it's actually `CEST (GMT+2)`. Perhaps we should put timezones as...

enhancement