Re: [tor-dev] Format-Transforming Encryption Pluggable Transport

2013-08-03 Thread George Kadianakis
> Hi George, > > I've released FTE v0.1.2-alpha. This release includes bug fixes and an > improved build process. You can obtain the new builds from the > official FTE website: https://kpdyer.com/fte/ > > The v0.1.2-alpha binaries have been tested on Ubuntu 12.10, Ubuntu > 13.04, RHEL 6.4 and OSX 1

Re: [tor-dev] Format-Transforming Encryption Pluggable Transport

2013-07-27 Thread Kevin P Dyer
Hi George, I've released FTE v0.1.2-alpha. This release includes bug fixes and an improved build process. You can obtain the new builds from the official FTE website: https://kpdyer.com/fte/ The v0.1.2-alpha binaries have been tested on Ubuntu 12.10, Ubuntu 13.04, RHEL 6.4 and OSX 10.8.4. The 32-

Re: [tor-dev] Format-Transforming Encryption Pluggable Transport

2013-07-24 Thread Kevin P Dyer
Hi George, Thanks for trying FTE! Apologies, this is my fault. I built the current packages on a recent Ubuntu version with GLIBC 2.14. On execution, the binary is looking for GLIBC >=2.14, which isn't available on your system. Hence, the bundle and binary won't execute properly. Which Linux dis

Re: [tor-dev] Format-Transforming Encryption Pluggable Transport

2013-07-24 Thread George Kadianakis
Hi Kevin, I tried the bundles in https://kpdyer.com/fte/ . For some reason, when I fire up 'start-tor-browser' I don't get 'fte_relay' listener to bind on '127.0.0.1:8079' (like the torrc expects it to). Hence Tor fails to bootstrap and simply says: "The connection to the SOCKS5 proxy server at 1

[tor-dev] Format-Transforming Encryption Pluggable Transport

2013-06-09 Thread Kevin P Dyer
Last September I announced initial results [1] towards a framework, which we call Format-Transforming Encryption (FTE), for encoding messages using regular languages. We're excited to announce that we've made progress towards an implementation and would like to invite alpha testers. Our source code