search for: krupinski

Displaying 6 results from an estimated 6 matches for "krupinski".

2006 Nov 22
2
Pawel Krupinski's ssh-decrypt ssh-encrypt proposal
This sounded extremely interesting to me. one suggestion I would have is to use uuencoding first on encryption and uudecode on decryption to take care of the problem you mentioned "Of course RSA puts limits on the data that can be encrypted" that should take care of that. I was looking for a way of using ssh-agent to be used to allow certain applications to get passwords. Example: I
2006 Nov 16
2
ssh-decrypt
Hi, One of the problems we are facing is secure storage of passwords (database, bestcrypt, other applications/systems, ) and availability within users' scripts (perl, python, ...) or applications (Java, C, ). I'm sure that there are quite a few people who are facing the same issue and there are quite a few home made solutions, such as password obfuscators and/or solutions based on the
2006 Jan 09
1
Newbie Question. I''m dumb with forms and foreign keys
For some reason I am just not able to get this. I am trying to setup an organizational hierarchy, so I have a organization which works fine. From there I want to be able to define new divisions, departments, areas, etc. For creating a Division, my original thought was to pass the organization''s id to the new organization unit form, and then do a Division.new(:organization_id =>
2014 Mar 12
1
Documentation SIG
Hey all - Just curious to find out if there's any activity with the documentation SIG? I'd like to join. One thing i've noticed is that it seems like documentation for CentOS ends at 5. While the documentation is more or less mirrored from RedHat's site, this can be confusing to beginners since they may get the impression that documentation isn't there. That being said, i
2006 Feb 22
5
Optional Include Relationship
I did some searches in the mailing list and on the web but I can''t seem to find the answer to this, but it''s pretty much a noob question. I have a Product object class Product < ActiveRecord::Base has_many :product_identifications has_one :product_identification_item_number has_one :product_identification_product_code end the product_identifications is using
2006 Feb 23
5
sortable_list added to by AJAX question
I have a working sortable_list that is added to by AJAX. The problem is that when a new item is added, it''s not sortable. I found a post on scriptaculous using behaviour.js to refresh the DOM when an item is added, but I can''t figure out how to do it with Rails. To test the behaviour method, I used this: var myrules={ ''div#steps ul'' :