Tagged Questions
The beast tag has no wiki summary.
1
vote
1answer
160 views
SslStream, BEAST and TLS 1.1
With the recent advent of BEAST (exploits a vulnerability in SSL/TLS1.0 where the initial bytes of the payload are always the same) I looked into the SslStream class to see if it supported TLS 1.1, ...
1
vote
1answer
79 views
Two Rails applications, one userbase, looking for a simplest solution to handle this
I have two Rails applications, let's call them A and B. A has existing user base and i want these users to be able to log in to B with the username and password managed in A.
B is altered version of ...
1
vote
2answers
600 views
Is there a replacement for Beast for Ruby on Rails
An open source project called Beast implemented a forum in about 500 lines of Ruby on Rails code. The project seems to have fallen silent (http://beast.caboo.se/). Is there an open source project that ...
0
votes
0answers
48 views
Is the recently discovered SSL exploit actually a general weakness of all block ciphers? [closed]
I've been reading up on the recently reported SSL weakness which was demonstrated stealing Paypal.com session keys.
Seems to me like they have found a weakness in the encryption protocol any time you ...
0
votes
1answer
140 views
ApplicationController methods in Rails 2.0.2 not overriding plugin methods using Engines
I am trying to use the Savage Beast 2 plugin in my project. This plugin requires the use of Engines plugin. My project is on Rails 2.0.2.
There are some methods in
...
0
votes
1answer
47 views
Integrating beast in existing rails app (database conflict)
I want to integrate the beast forums in an existing rails app, but
there is a database conflict. I already have a "post" model for the
blog and beast requires it. How do I eliminate the problem?
...
0
votes
1answer
159 views
Is there a PHP implementation of the Rails “Beast” forum?
The question about says it all! I'm aware of the different flavours of RoR Beast, but I'm wondering if there is a PHP rewrite/port out there anywhere to be had.
Many thanks!