Encrypt the password in odisftpput tool

Hello

We use odisftpput of odi fees to put files on the ftp.

But in what it takes passwords hard-coding.

We cannot use the ODI Variables to recover passwords, because it is treatment like password variable name.

Is there a way by which we can get the passwords stored in the table to put in the variable and use this variable for the passwords in the SFTP tool?

Any help on this would be helpful.

Kind regards

Mahesh

Hello Manu,

Try one thing, use APIs to substitute for the encriptación of password

Use below replace API encript the password in the package odiSftp tool > setting password

<%=odiRef.getInfo("SRC_ENCODED_PASS")%>

Kind regards

Phanikanth

Tags: Business Intelligence

Similar Questions

  • Is the data stored for the forms also encrypted the passwords?

    I know that the passwords for different Web sites are stored locally in an encrypted file. I would like to know if this is also the case for the form data. Is data stored locally for the forms also encrypted the passwords?

    No, the form data is not encrypted if you save form data in Firefox

    See:

  • E.M.P. automate encrypt the password

    Hi all

    I want to encrypt my password to connect in the clouds using epmautomate I write this command to the epmautomate

    epmautomate encrypt the PASSWORD KEY PASSWORD_FILE where:

    What is the key? and how?

    Thank you

    Just make a key, it can be anything for example FDgserft3werfwqfrw

  • How to encrypt the password

    Is anyway either encrypt the password in the script if its not in plain text or have the script asks the administrator password of vcenter?

    If you omit the option - password option then it will just prompt you to enter which will not be in plain text

  • encrypt the password

    Hello. I am writing an app that stores the names of user and password in a database table.

    I have the form for admin to add the new user by entering the user name and password in the form. The question is how can I encrypt the password supplied by the user before inserting it in the table and then compare it when the userlogin.

    Thank you


    Here what I test so far but it dosent work.





    #encrypted #.

  • Encrypt the password weblogic in the config.xml file

    Hi friends,

    I get the below error. while trying to start the administration server.

    < 17 November 2015 14:18:09 IST > < opinion > < Log Management > < BEA-170019 > < server log file /u01/app/orawls/product/fmw11g/user_projects/domains/ClassicDomain/servers/AdminServer/logs/AdminServer.log is open. All events in the log server-side will be written to this file. >

    < 17 November 2015 14:18:09 IST > < critical > < WebLogicServer > < BEA-000386 > < server subsystem failed. Reason: java.lang.AssertionError: java.lang.reflect.InvocationTargetException

    java.lang.AssertionError: java.lang.reflect.InvocationTargetException

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl$ SecurityProxy._invokeServiceMethod (DescriptorManager.java:175)

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl$ SecurityProxy.decrypt (DescriptorManager.java:192)

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl.decrypt (DescriptorManager.java:114)

    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:1092)

    at weblogic.management.configuration.SecurityConfigurationMBeanImpl.getCredential(SecurityConfigurationMBeanImpl.java:737)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.reflect.InvocationTargetException

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl$ SecurityProxy._invokeServiceMethod (DescriptorManager.java:173)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.security.internal.encryption.EncryptionServiceException

    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:139)

    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:187)

    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:96)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    Truncated. check the log file full stacktrace

    I searched the support of oracle in this regard. In one mentioned to modify the config.XML and add either encrypted or clear text.

    I don't know how to change the file and that all entries have to be changed. I enclose the config file. Could you please suggest me.

    Kind regards

    Prates

    What doc id you are referring to? If you need to replace the password encrypted with password plain text in the config.xml file, just edit it with a text editor and replace the values starting with {ESA}.

  • Encrypt the password and store at USR_PASSWORD IOM 11.1.2

    Hi all

    I have a requirement to generate a random password when creating the user and store in the USR_PASSWORD attribute.

    I've implemented it using a pole and in the face of the slot event handler issues

    (1) password is get stored in plain text in DB
    (2) when this user is configured to any target system, get the decryption of password is not error.
    (3) cannot connect to self identity service - console saying incorrect password


    It would be great, if the password encryption procedure is shared (I want to encrypt it with the same key that IOM using by default).

    Thanks in advance.

    Hello

    You can use the encryption API.

    tcCryptoUtil.encrypt (, "DBSecretKey");
    pass this value in the usr_password field.

  • Encrypt the password problem

    I encrypt a password in my application. The problem I have is that one of my encrypted passwords begins with a single quote. It's blowing my SQL queries. Is there a way to force the CF to use only alphabetic or numeric characters?

    I had a similar problem. I found that if I used the for the password parameter, when checking it against the value encrypted in the database, the error disappeared. Here is an example of the request for verification of login I use in one of my apps where I use encrypted passwords.


    SELECT admin_id expire_date, access_level, active
    Admin
    WHERE LOWER (logon_name) = LOWER('#form.v_logon_name#')
    AND password =

    Phil

  • Run the command of MaxL througth ODI and encrypt the password

    Hello

    I'm looking for a solution not using password plain text for my order Maxl in ODI.

    Someone knows how can I do?

    So far, I found nothing.

    Thank you

    Alain

    Hello

    Here is an example to encrypt the connection information in a scipt maxl.

    Something like this first run the command prompt
    essmsh - gk > c:\temp\encryptKeys.txt

    This will create a text file with the key public and private for example
    for example
    Public key for encryption: 5407,1453704157
    The private key for decryption: 406488703,1453704157

    Now that you have a maxl file called login.mxl as

    login password admin on localhost.
    disconnection;

    You can encrypt by calling
    essmsh EI c:\temp\login.mxl PUBLIC KEY

    So for this example, it would be
    essmsh EI c:\temp\login.mxl 5407,1453704157

    This will create a file called login.mxls with encrypted for example connection details

    Login $key 6343689380045143584028576355606972733930 1468602100275634090163724540502857635560 localhost $key;
    disconnection;

    Now, to run the file, you must use the command
    essmsh d c:\temp\login.mxls PRIVATE KEY

    Thus, in this example
    essmsh d c:\temp\login.mxls 406488703,1453704157

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Insert the password encrypted in the table user = &gt; ORA-01861

    Hello

    I have a little problem, I try to save a password encrypted in the user's my table:

    It works well:
    declare
    test VARCHAR2(40);
    begin
    select RAWTOHEX(dbms_crypto.hash(utl_raw.cast_to_raw('yyyyyyy'), dbms_crypto.hash_sh1)) into test from dual;
    DBMS_OUTPUT.PUT_LINE(test);
    end;
    /
    But when I try to integrate it into a procedure to insert in my table of the user, it shows me an error ORA-01861:
    create or replace procedure inserer_utilisateur(v_nom in varchar2, v_prenom in varchar2, v_adresse in varchar2, v_mail in varchar2, v_login in varchar2, v_password in varchar2, v_dateNaissance in date) as
        id_uti integer;
        id_duti integer;
    begin
        select seq_Utilisateur.nextval into id_uti from dual;
        insert into Utilisateur values (id_uti,v_nom,v_prenom,v_adresse,v_mail,v_login,RAWTOHEX(dbms_crypto.hash(utl_raw.cast_to_raw(v_password), dbms_crypto.hash_sh1)),to_date(v_dateNaissance,'DD-MM-YYYY'));
        select seq_Droit_Utilisateur.nextval into id_duti from dual;
        insert into Droit_Utilisateur values (id_duti,id_uti,1); 
    end;
    The procedure is called from my APEX application, it works when I don't encrypt the password.

    I forgot something?

    Thank you.

    Yann.

    The problem has nothing to do with encryption

    The v_dateNaissance parameter is a date, remove the TO_DATE at all:

    insert into Utilisateur values (id_uti,v_nom,v_prenom,v_adresse,v_mail,v_login,RAWTOHEX(dbms_crypto.hash(utl_raw.cast_to_raw(v_password), dbms_crypto.hash_sh1)),v_dateNaissance);
    

    Max
    http://oracleitalia.WordPress.com

    Published by: Massimo Ruocchio, February 16, 2010 18:43

  • Encryption of password in the log Maxl files

    When we tried using the proposed methodology, which are there is still a few outstanding issues.
    My question is not encrypt the password in the MaxL script, I would like to encrypt the password in the NEWSPAPER of MaxL Script that has the password in clear text.
    pls someone answer soon.

    user2271 wrote:
    Thanks for giving me the solution urgent ita.

    It makes me laugh when I see these statements, to the urgency of mark messages that I see as well?

    You initialized the buffer

    change the database to initialize load_buffer with buffer_id cube1.cube1 3;

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • No encrypted local password in config?

    I hope this is the right section to ask this question, I'll put up a new router 2811 (move from a 2611). We have local usernames on 2611 of authentication ssh connections and PPTP sessions. Associated with user names passwords are encrypted when viewing with a sh run or in a configuration copied to tftp, but on the new the psswds router. view as plain text. Is - because I have not yet put aaa in place as it is on the old router? is there a better way to do it on the new router (do not authenticate locally, to a second box)?

    Hello

    Tell him,

    encryption password service

    in Terminal Server configuration.

    This should encrypt the password of the account, so that his is not visible.

    Kind regards

    Prem

  • method of encryption of password for data source (coldfusion 11)

    Hi guys, what method of encryption that ADOBE ColdFusion 11 is used for the data source password encryption? Anyone know? Really appreciated for the answer

    11 ColdFusion is using the AES/CBC/PKCS5Padding algorithm to encrypt the password stored in the file "NEO - DATASOURCE.xml" and it is the 128-bit key.

    Thank you

    Vikram

  • How to recover the password apps... ??

    Hi friends,


    Can u please tell me in which file are stored the paswords oracle (PACPP/appsys and system) and its location?

    and wat is the purpose of wdbsvr.spp in 11i and R12 in PROD.dbc

    Thank you.

    Can u please tell me in which file are stored the paswords oracle (PACPP/appsys and system) and its location?

    It is not stored in any file (R12) and it is stored in the database, but it's encrypted - see these docs/links for more details.

    FNDCPASS. Troubleshooting Guide to connect and change the passwords of Applications [ID 1306938.1]

    How decrypted password
    Guest account

    In previous versions of 11i and former ATG ORS patches, it was stored in the wdbsvr.app file - is - it possible to encrypt the password user APPS in the E-Business suite 11i $IAS_ORACLE_HOME/Apache/modplsql/cfg/wdbsvr.app file [1091283.1 ID]

    and wat is the purpose of wdbsvr.spp in 11i and R12 in PROD.dbc

    How to set up WDBSVR. APP of MODPLSQL [216080.1 ID]

    significance of DBC files
    Re: significance of .dbc files

    Thank you
    Hussein

  • MSAD configuration does not work after the password expired

    Hi all

    We have configured our MSAD with Hyperion with a test user.
    None of the users are now able to connect to the expiration of the password of the test user.
    I had configured MSAD by using the cssconfig.xml file as configuration through the shared service has not been successful.
    Now if I change the password in the cssconfig.xml file and import again, is not the password.
    It seems it encrypts the password and then it takes. How to encrypt the password and give in the cssconfig.xml file?
    And if I try through shared services, it does nothing.

    Can someone please help that none of the users are able to connect.

    11.1.1.3 Hyperion System.

    Thank you.

    And I'm sorry if this isn't the right forum for this question!

    Published by: S62065 on Sep 9, 2010 04:07

    You cannot reset the password on as it was, you don't really have to use an account password is going to expire.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for