Group-Office Welcome to the Group-Office homepage Group-Office is an open-source program distributed under the terms of the GNU General Public License. It is under continuous development by the open-source community and Intermesh to integrate new functionality and the latest technology. Take a 30 day trial Intermesh offers hosting for Group-Office Professional. Test it 30 days and after that decide if you want to purchase a license or not. Contact Intermesh for more details! Take your office onlineShare projects, calendars, files and e-mail online with co-workers and clients. Easy to use and fully customizable, Group-Office takes online collaboration to the next level. applicationsbillingcalendarcollaborcollaborationfilegroup-officeintermeshofficeprojectssharingsynchronizationtasks in Public bookmarkswith group-officehomepageopen-sourceprogramdistributedtermsgnugeneralby 6 users
knoda - Knorr's Datenbank knoda is a database frontend for KDE. It is based on hk_classes and is released under the GNU General Public License (GPL). Knoda allows you to:define and delete databases;create, alter and delete tables and indices;add, change and delete data in tables; define, execute and store sql queries; define, execute and store queries with a "query by example" GUI; import and export CSV data; define and use forms; define and print reports; and write your own extensions in Public bookmarkswith knodadatabasefrontendkdehk_classesreleasedgnugeneralby 4 users
Project RainbowCrack RainbowCrack is a general propose implementation of Philippe Oechslin's faster time-memory trade-off technique.In short, the RainbowCrack tool is a hash cracker. A traditional brute force cracker try all possible plaintexts one by one in cracking time. It is time consuming to break complex password in this way. The idea of time-memory trade-off is to do all cracking time computation in advance and store the result in files so called "rainbow table". It does take a long time to precompute the tables. But once the one time precomputation is finished, a time-memory trade-off cracker can be hundreds of times faster than a brute force cracker, with the help of precomputed tables. in Public bookmarkswith rainbowcrackgeneralproposeimplementationphilippeoechslinsfastertime-memoryby 5 users
Role-based access control in SELinux Role-based access control (RBAC) is a general security model that simplifies administration by assigning roles to users and then assigning permissions to those roles. RBAC in Security-Enhanced Linux (SELinux) acts as a layer of abstraction between the user and the underlying type-enforcement (TE) model, which provides highly granular access control but is not geared for ease of management. Learn how the three pieces of an SELinux context (policy, kernel, and userspace) work together to enforce the RBAC and tie Linux users into the TE policy. in Public bookmarkswith accesscontrolgeneralmodelrbacrole-basedsecuritysimplifies