Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: roundcubemail - Round Cube Webmail is a browser-based multilingual IMAP client https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225575 ------- Additional Comments From bjohnson@xxxxxxxxxxxx 2007-05-08 00:16 EST ------- (In reply to comment #26) > 3) I'm still looking into the security implications of having a static des_key. > This might be a candidate for automatic generation in %post. I hate putting complicated things in %post, but you should be able to do something like this: function makedesstr ( chars=(0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ! @ \# $ % ^ \&) max=${#chars[*]} for i in `seq 1 24` do let rand=${RANDOM}%${max} str="${str}${chars[$rand]}" done echo $str ) sed -i "s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/" /etc/roundcubemail/main.inc.php || : &> /dev/null -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review