Re: Encrypting password

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Encrypting password

Jacques Le Roux
Administrator
Hi,

I move this thread from user ML.

I found EncryptPassword class in debian, but finally decided to generalize from my need.
So I introduced a EncryptedString type Record.setString() as there is already NullTerminatedString.
But then I wondered if I should not better introduce a format="EncryptedString" than a type="EncryptedString" since it's actually a
plain string that I pass and I get and encrypted string outside
Then I would use rater type='String" format="EncryptedString"

What to you think ?

Thanks

Jacques

From: "Jacques Le Roux" <[hidden email]>
To: <[hidden email]>
> Hi,
>
> I looked for a service to encrypt some passwords. I guess there is nothing OOTB. Have someone something ready ? Else I may create
> something crude, or maybe enhance import data to allow encrypting password...
>
> Thanks
>
> Jacques
>


Reply | Threaded
Open this post in threaded view
|

Re: Encrypting password

Jacques Le Roux
Administrator
Sorry I was not clear, inline...

From: "Jacques Le Roux" <[hidden email]>
> Hi,
>
> I move this thread from user ML.
>
> I found EncryptPassword class in debian, but finally decided to generalize from my need.
> So I introduced a EncryptedString type Record.setString() as there is already NullTerminatedString.

So I introduced a "EncryptedString" type in Record.setString() as there is already NullTerminatedString.

> But then I wondered if I should not better introduce a format="EncryptedString" than a type="EncryptedString" since it's actually
> a plain string that I pass and I get and encrypted string outside
> Then I would use rater type='String" format="EncryptedString"

Then I would use rater type='String" format="EncryptedString" in the "Definition Filename" at
https://localhost:8443/webtools/control/viewdatafile

So the question is: Should I better introdure the type="EncryptedString" or format="EncryptedString" for the type='String"  in
datafiles.xsd

Hope it's more clear.

Jacques

> What to you think ?
>
> Thanks
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
> To: <[hidden email]>
>> Hi,
>>
>> I looked for a service to encrypt some passwords. I guess there is nothing OOTB. Have someone something ready ? Else I may create
>> something crude, or maybe enhance import data to allow encrypting password...
>>
>> Thanks
>>
>> Jacques
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Encrypting password

Jacques Le Roux
Administrator
Done at r882892

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Sorry I was not clear, inline...
>
> From: "Jacques Le Roux" <[hidden email]>
>> Hi,
>>
>> I move this thread from user ML.
>>
>> I found EncryptPassword class in debian, but finally decided to generalize from my need.
>> So I introduced a EncryptedString type Record.setString() as there is already NullTerminatedString.
>
> So I introduced a "EncryptedString" type in Record.setString() as there is already NullTerminatedString.
>
>> But then I wondered if I should not better introduce a format="EncryptedString" than a type="EncryptedString" since it's actually
>> a plain string that I pass and I get and encrypted string outside
>> Then I would use rater type='String" format="EncryptedString"
>
> Then I would use rater type='String" format="EncryptedString" in the "Definition Filename" at
> https://localhost:8443/webtools/control/viewdatafile
>
> So the question is: Should I better introdure the type="EncryptedString" or format="EncryptedString" for the type='String"  in
> datafiles.xsd
>
> Hope it's more clear.
>
> Jacques
>
>> What to you think ?
>>
>> Thanks
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>> To: <[hidden email]>
>>> Hi,
>>>
>>> I looked for a service to encrypt some passwords. I guess there is nothing OOTB. Have someone something ready ? Else I may
>>> create something crude, or maybe enhance import data to allow encrypting password...
>>>
>>> Thanks
>>>
>>> Jacques
>>>
>>
>>
>
>