Creating a single public key and multiple private keys

Hello,
I am new to java cryptography. The problem statement is :-
We have an accounting application, with flexibility of number of users and companies. The number of users and companies for this application has to be restricted based on the license the user has. That is the user will download our application via web while the user downloads he has to be given the key according to the license he has requested (i.e. single or multiple users/companies), I am unable to get the logic of private and public keys as such, y because which ever alogorithm i saw will generate a public and private key in pairs hence i am bit confused. Clearly, For ever additional user (or company) we r charging additional amount hence different license (keys) have to be generated dynamically for different users. I think this can be achived by creating one single public key and multiple private keys, but i am not sure . Please help me out.

Hi kazim
would u pls elaborate this , since i am working on same kind of scenario and finding solutions is difficult . Since encryption is done at our end and wen some user downloads an application he is unable to track where it was encrypted . What i have undestand about public /private is that they work in agreement between client and server and both has to come to agreement to share the data. Pls correct me if i am wrong.
Ours is different senario we will send some key in download application and will want him to decrypt it . What would u suggest for this kind of scenario?
Thanks in advance
Janesh

Similar Messages

  • Is it possible to create a single texbox? and how to delete a button on a form? please asap, badly n

    Is it possible to create a single texbox? and how to delete a button on a form? please asap, badly needed it right now. thx -regards gustavo

    Hello Gustavo,
    You can create a single textbox using the textbox option here (This is for you to enter text - not for the visitor): http://jingsite.businesscatalyst.com/jing/2013-09-30_2212.png
    If you want to create a textbox for the visitors to enter text, then you need to enter a form, and you can delete the "message" field from the "simple contact" form, but not the name and the email fields (those are mandatory and can't be deleted).
    You may want to check external forms in case you want to have the form rather customized, to check if you can have forms with single textbox. An example would be "Jotform".
    Hope this helps.
    Cheers
    Parikshit

  • Single DB Engine and multiple DB Instances approach

    Hi Tech Arch gurus,
    Need some advice from all of you. We are currently planning to install SAP  training systems to latest versions.
    We are getting recommendations to goahead with Dedicated host for Oracle Installation where we have Single DB Engine and multiple DB Instances for all different 7 SAP Servers (ECC6, CRM7, BI/NW7.3, SOLMAN7.01, SRM7, EP/NW7.3, PI7.1).
    Certain things that need to be clarified before we go ahead with this:
    1.     How complex/simple is this approach ?
    2.     If there are some issues noticed in the future (Performance issues etc) in this landscape , how much effort will be required to migrate out a DB instance for an SAP product to another machine. We would be having both ABAP and Java stack for our systems.
    3.     We would later plan for adding some more systems into the landscape like SAP MDM, SAP CE, SAP BPC etc. If we add all these systems with a single DB engine, would there be performance issues etc. (We are operating under assumption that underlying hardware of the DB engine will be powerful enough)
    Can you please provide some expert guidance on this approach?
    Your response would be much appreciated.
    Thanks,
    MD

    As a consultant I never dared to do different from what SAP says in guides or notes, at least when it comes to PRD systems.
    For QA and Test Systems, discussions might be needed with the customer, depending on how important these systems are,
    and for sandboxes I already did some stuff, that will even scare some Oracle guys
    As Stefan says, the technical setup is not that complicate at all.
    But I never had to fight for a support call in a non-supported Environment, so I can't say.
    I always decided to be on the safe side.
    If you have your Oracle License directly from Oracle you might disscuss such special support issues with these guys.
    The problem is: If you get a call, and the first level support guy from SAP spots the non-supported environment, it MIGHT be possible that you need to escalate and may be pay for the support, but I suppose they will not let your system die
    May be some of the SAP moderator guys can throw a comment in on this.
    Volker

  • How do I create a single PDF file with multiple pages?

    Hi, I occasionally need merge several jpg images into a single pdf file with multiple pages (one Jpg per page). I have tried doing this on Preview, and by selecting all the pages I want to include in my document and trying to save to Pdf through the "Print" function, but every time it only saves the first page.
    Can anyone tell me if there is a way to save multple-page pdf files without having to purchase a specific program (i to this too infrequently to justify the cost)?
    Thanks very much,

    This works for me...
    Open first image in Preview View > Sidebar. Drag the other images into Sidebar, then select all.
    From File menu > print selected images. Choose PDF > Save as PDF
    -mj

  • PAT with a single public IP and several servers behind firewall

    Hi,
    New to the ASA 5505 8.4 software version, but here is what I'm trying to do:
    Single static public IP:  16.2.3.4
    Need to PAT several ports to three separate servers behind firewall
    One server houses email, pptp server, ftp server and web services: 10.1.20.91
    One server houses drac management (port 445): 10.1.20.92
    One server is the IP phone server using a range of ports: 10.1.20.156
    Basically, need to PAT the ports associated with each server to the respective servers behind the ASA 5505. 
    Here is what I have.  Is anything missing from this config? Do I need to include a global policy for PPTP and SMTP?
    ASA Version 8.4(4)1
    hostname kaa-pix
    names
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
    nameif inside
    security-level 100
    ip address 10.1.20.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 16.2.3.4 255.255.255.0
    ftp mode passive
    object network obj_any
    subnet 0.0.0.0 0.0.0.0
    object network server_smtp
    host 10.1.20.91
    object service Port_25
    service tcp source eq smtp
    object service Port_3389
    service tcp source eq 3389
    object service Port_1723
    service tcp source eq pptp
    object service Port_21
    service tcp source eq ftp
    object service Port_443
    service tcp source eq https
    object service Port_444
    service tcp source eq 444
    object network drac
    host 10.1.20.92
    object service Port_445
    service tcp source eq 445
    access-list acl-out extended permit icmp any any echo-reply
    access-list acl-out extended permit icmp any any
    access-list acl-out extended permit tcp any interface outside eq pptp
    access-list acl-out extended permit tcp any object server_smtp eq smtp
    access-list acl-out extended permit tcp any object server_smtp eq pptp
    access-list acl-out extended permit tcp any object server_smtp eq 3389
    access-list acl-out extended permit tcp any object server_smtp eq ftp
    access-list acl-out extended permit tcp any object server_smtp eq https
    access-list acl-out extended permit tcp any object server_smtp eq 444
    access-list acl-out extended permit tcp any object drac eq 445
    pager lines 24
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    nat (inside,outside) source static server_smtp interface service Port_25 Port_25
    nat (inside,outside) source static server_smtp interface service Port_3389 Port_
    3389
    nat (inside,outside) source static server_smtp interface service Port_1723 Port_
    1723
    nat (inside,outside) source static server_smtp interface service Port_21 Port_21
    nat (inside,outside) source static server_smtp interface service Port_443 Port_4
    43
    nat (inside,outside) source static server_smtp interface service Port_444 Port_4
    44
    nat (inside,outside) source static drac interface service Port_445 Port_445
    object network obj_any
    nat (inside,outside) dynamic interface
    route outside 0.0.0.0 0.0.0.0 16.2.3.1 1
    timeout xlate 3:00:00
    timeout pat-xlate 0:00:30
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    user-identity default-domain LOCAL
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
    telnet timeout 5
    ssh timeout 5
    ssh key-exchange group dh-group1-sha1
    console timeout 0
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    prompt hostname context
    no call-home reporting anonymous

    Thanks Lcambron...I got PPTP to work.  Everything else works fine.  I can access email, access my web server, FTP server, and PPTP server.  However, from the above configuration, I cannot access my DRAC over the internet..The DRAC runs on a different internal server, and over port 445.  So I have th following lines:
    object network drac
    host 10.1.20.92
    object service Port_445
    service tcp source eq 445
    access-list acl-out extended permit tcp any object drac eq 445
    nat (inside,outside) source static drac interface service Port_445 Port_445
    Am I missing something here?  Internally, i can telnet to port 445 on 10.1.20.92, so I know it is listening.  However, externally, i cannot telnet to my external ip address of the ASA through port 445. 
    Thanks

  • Smartforms creating a single spool but getting multiple archives

    My print program is calling a Smartform multiple times and is using the CONTROL_PARAMETERS NO_OPEN and NO_CLOSE  to successfully get a single spool entry.  My problem is that I am getting an archive document every time I call the Smartform.  I have also adjusted the TDNEWID from 'X' to space, but with no success.
    Are there certain settings in ARCHIVE_INDEX and/or ARCHIVE_PARAMETERS which ensure that all pages of my Smartform are combined into a single archive document just like they get combined in the spool?  Is there some other way to do this?  Help!

    As it turned out, Pritha's suggestion was a good one.  I finally got it to work.  Here are more details.
    I allow the print program to call the Smartform many times for each page, and using the NO_OPEN and NO_CLOSE as needed so that all pages for each document are combined into the document.  In my case, I get one huge output spool which contains all the documents.
    I save all the data passed to each Smartform call into an internal table.
    Once the printing phase is done, I perform another phase to create the archives as follows.
    Loop thru the internal table and re-adjust the NO_OPEN and NO_CLOSE to indicate which pages I want to be combined into each archive document.  In my case, I want all the pages for each document combined into an archive (one archive per document).  Loop yet again thru the internal table and call the Smartform for each entry in the table.  Be sure the GETOTF flag is set to "X".  This is very important.  The form will not be printed this time, however the OTF data for the form will get returned to the print program in the SSFCRESC1-OTFDATA structure.
    Everytime I encounter a NO_CLOSE value of Space in my loop, I perform OTF_ARCHIVE in program SAPLSTXBC to create an archive document from the OTF data in the structure.
    In this way, I can create archives that contain whatever amount of documents that I want.

  • How to use aggregator to create a single swf file from multiple files

    Hi everyone,
    I am working on the client's requirement where i have to create a SCROM 2004 based video. Its basically a PPT inside the captivate file. And it has around 175 slides in the file. Some of the slides have animations, voiceover. I am facing a problem during PUBLISHING the file into single SWF file format. Whenever I Publish the slides as SWF, it creates number of SWF files, Swf skin of the player and other manifest, Scorm 2004 files.
    I want only one single SWF file in which every slide should be incorporated in it. Dont know, why it is happening? I tried aggregator for this also, but it didnt worked... The Skin.swf has been easily added and no other files are adding. It shows me an error: "Name.swf is not a AS3 Captivate file ....."
    I am new to this. Please help me out as I have a very short deadline for this.
    Thanks and Regards

    Maybe you misunderstand: this is a user forum, not online help by Adobe staff.
    Sorry, but if you are that impatient, you'll have to pay for online support. You post a question and expect to have answers within minutes?
    Lilybiri

  • How to create a single business service against multiple Queues in OSB

    Can I create one business servcie against multiple jms queues.
    and based on content routing i want to pass the queues' JNDIname
    for example
    jms://localhost:7001/jms.cf/$variable_queueName
    and in runtime i want to provide the queue name for variable "variable_queueName" in the above endpoint URI.
    is it possible?.
    Thanks,
    Narasimha.
    Edited by: user13154768 on Jun 2, 2010 5:03 AM

    You can use routing options action to achieve this.
    see Dynamic Service Invocation sample under OSB code samples :
    http://www.oracle.com/technology/sample_code/products/osb/index.html
    Dynamic Service Invocation Sample:
    http://www.oracle.com/technology/sample_code/products/osb/samples/DYNAMIC-DISPATCH.zip

  • Pros and Cons for single sales organization and multiple sales organization

    Hi!
    Does anybody have a good data of Pros and Cons for Single Sales Organization vs. Multiple Sales Organization.
    Thank you!

    Hi,
    Actuall it all depends on the business process.
    I will explain the answer to you through a practical example
    like Ford, it has sales and services all across globe.
    It is not advisable to manage all of its activities under only one sales organization, say Ford Inc.
    So what it does is de-centralises the whole process according to the country, region so that the whole process is divided and hence can be managed more effeciently.
    Hope this helps you in understanding the basics.
    One sales org always provides you with very less data to update and maintain, while many sales org makes the scenario more complex.
    One sales org always gives you the flexibility to bring any changes to the current scenario, while in multiple sales org to bring a change its a tiresome job.
    These are some of the advantages and disadvantages of one to many sales org.
    regards,
    Siddharth.

  • Single Reverse Proxy and multiple Office Web App Servers

    Hi all,
    I have recently installed a new office web apps server pool in my new location and configured it in my Lync topology as well. 
    I have a single Reverse Proxy (IIS ARR). Inside my Reverse Proxy I have created a new web farm for my new web apps server. The configuration of old web apps server. I have copied the settings from my old web app's web
    farm in IIS including its Inbound rule regular expression.
    Now when I try to upload a powerpoint as an external guest hoping to hit my new web apps server, my reverse proxy tries to hit my old office web apps server and no traffic is sent from reverse proxy to new web apps. 
    my reverse proxy shows the health of the new farm as healthy.
    should the inbound rules be different for these farms in reverse proxy? 
    Any suggestions are welcomed.
    Thanks,

    Hi,
    In addition to Luca's comment in order to determine if the farm is actually working correctly in the first instance, did you disable or remove the old server farm?
    Can you also confirm that there are no static routes in place on the IIS ARR box?
    Kind regards
    Ben
    Note: If you find a post informative, please mark it so using the arrow to the left. If it answers a question you've asked, please mark the thread as answered to aid others when they're looking for solutions to similar problems or queries.

  • Single Business Area versus multiple profit center issue

    Dear Experts,
    My client is basically an infrastructure company. We have received a roll out
    project under a department which inturn is  billed to another department
    under the same company code. Now I am planning to create a single business
    area and multiple profit centers under that BA. This is because the business
    is same but responsible areas of profit are two different departments.
    Now I am not sure on the set up process and how do knock off etc are achieved
    to get the financial reports balanced.
    Cost of dept 1 is revenue of dept 2. For this I create a BA and also
    2 profit centers. I do assignment in OKB9. What are other settings required.
    Which profit center would be assigned in the material master?
    My whole idea is to use a single BA with multiple profit centers, if one to one
    relationship is the best way of approach then I shall follow that. But kindly give
    inputs if I use single BA with multiple PC's how effective usage can I make of the
    whole system. client is using MM, SD, PM, PP, FI, CO, PS modules.
    Regards
    Komal

    Hi,
    Recently we have got a business requirement for the concept of Single Plant which is assigned to multiple profit centers. I would request any of you to help me with any points which has the pros and cons of this set up.
    First think why many profit center required for one plant explain it ?
    Now you know from where system will take profit center in accounting docuement ?
    as per me system take from Material master costing view
    you have project base company or client or WBS at your end ?
    In one material we can assign single profit center
    In on cost center we can assign single profit center
    so can you explain your requirement exactly
    Regards
    Kailas Ugale

  • Automate creating single PDF file from multiple documents

    Hi everyone ! I am testing the Adobe XI version, especially because I need it for a very specific function.I haven't found it yet, maybe you guys can help ?
    Basically, I need to make a user friendly system, that in one click will create a single PDF document from multiple files :
    To be more precise : I have in a folder on the network 25 different documents (Word and PDF mainly). Some of these documents change weekly. What I need as an end result is a single PDF, that combines these 25 ones in a specific order, and the tricky part is I need to automate this so that someone with absolutely no knowledge of Acrobat can perform this task, with just a click.
    I have found of course the procedure to manually build such a combined PDF, but as you can see it does not fulfil my needs.
    So that's it, as simple as that
    As a bonus question : I am still struggling with the construction of these documents : in the Word documents I use, there are both internal links within the document, and links between the documents (pointing to other Word files, or PDF files). I keep losing those links when I combine, is there something I am missing ?
    Second bonus question : I would like to have multiple levels of signets, but for some reason all my signets are at the same hierarchical level. Anything I am doing wrong ?
    A free electronic doughnut for anyone giving me a hint !

    When you combine you have many PDFs together in one, new PDF.  Your orignal links are from one specific file to another specific file. A combine does not change the link in the original file. So the link is now from the  PDFcombined  to the second specific file. However, "second specific file" won't be present - so, "broken link".
    Be well...

  • SSH without a password not working (Public Key)

    Hi,
    I am trying to setup some unattended backups to my server using an SSH public key, but everytime I try to SSH in I get prompted for my password. These are the steps I followed...
    1. I created my the public key on my client system using the following command:
    ssh-keygen -t dsa
    I left the passphrase empty
    2. I verified that my private and public key were created in ~.ssh
    3. On my home directory on my server I created the folder .ssh and set the permissions to 0700, and the authorized_keys file with the permissions of 0600.
    4. I next used the command
    ssh remote_host "echo $(cat ~/.ssh/id_dsa.pub) >> ~/.ssh/authorized_keys"
    5. I next verified that my key was added to authorized_keys file on the server.
    6. then I try to ssh, but I am still asked for a password.
    I have set this up many times on my Linux server without an issue. Is there something in the ssh_config file that I need to change on OS X Server 10.5.8?
    Thanks!

    I am still working on this one, and would love some input. I tried the ssh -vv command, and it appears that the key is just not being accepted. At I tried creating both a dsa key, and an rsa key, but neither worked. Here is some of the output of the -vv option...
    debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive
    debug1: Next authentication method: publickey
    debug1: Trying private key: /Users/sford/.ssh/identity
    debug1: Offering public key: /Users/sford/.ssh/id_rsa
    debug2: we sent a publickey packet, wait for reply
    debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive
    debug1: Offering public key: /Users/sford/.ssh/id_dsa
    debug2: we sent a publickey packet, wait for reply
    debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive
    debug2: we did not send a packet, disable method
    debug1: Next authentication method: keyboard-interactive
    debug2: userauth_kbdint
    debug2: we sent a keyboard-interactive packet, wait for reply
    debug2: inputuserauth_inforeq
    debug2: inputuserauth_inforeq: num_prompts 1
    Does anyone see anything that stands out?

  • Single Transfer Order for Multiple Handling Units

    I have been researchig the ability to create a single transfer order for multiple handling units.  My assumptions are if it can be done that:
    1) A transfer order can have a single source, so if the source document for the handling unit (delivery) is different, that means different transfer order
    2) A TO can have multiple materials (line items) with different destination bins and quantities per bin
    I looked at the configuration for TO Split, but it's not clear that this will handle my requirement.
    I also saw this http://aq33.com/material-management/Articles-005798.html and it also says that my requirement can't be meant.  I'm just checking before I tell my customer this cannot be done.

    Yes you are right, if Source document is different, you need to go with different TO.
    But you can choose the Handling unit split, while creating a TO itself. i.e., You can quantify the goods for each handling unit.
    Edited by: Ganesh M on Feb 29, 2012 6:20 AM

  • MRP - Single Purchase requisition for multiple Items

    Hi
    We have recently introduced MRP module in SAP .In some specific scaeanrios , we want to create a single Purchase Requisition for multiple items .Standard SAP generate different Purchase requisition for each item
    Is there any way out

    Sandeep,
    This topic has been covered numerous times in this forum and in the MM forum.  You evidently have not used the search feature.  There are thousands of posts in these forums, and the search function will be very helpful for you in future questions.
    To answer your question, No, nothing is available to make standard SAP MRP create Purchase requisitions for multiple items.
    Most companies address this issue during the conversion of Purchase Requisitions to Purchase orders.  During this process, you can add many items to a single purchase order.
    Rgds,
    DB49

Maybe you are looking for

  • How to set users from AD as UCM administrators

    Hi I need to set group from Active Directory as UCM administrators We have configured AD provider on WLS and group named MyGroup in AD I created role MyGroup in UCM and users from this AD group can login to UCM. I tried to create credentials map name

  • How to get net price of a given material(Just like in VA01)

    Hello Experts, How do I get the net price of a given material? Just like when entering a material in VA01(sales order creation). Hope you can help me guys. Thank you and take care!

  • How can i restore history back to 8-27-11

    how can i check the history back to 8-27-2011. it looks like it clears history after one day.

  • ADD On of Quality Management

    whr i can find Add on on Quality Management Quality Management Quality Planning       Need Addon Quality Notification          "" Quality Inspection (Raw materials in Procurement and Finished products in Production)   "", Test Equipment Management

  • [Request]gretl econometrical software

    the website http://gretl.sourceforge.net/ it's the linux version for Eviews a very intuitive program an easy to use i've been looking for and never i found the libraries necesaries are for Arch, so itsn't a great work for advenced users thanks